Skip to content

Commit

Permalink
Don't make test script build the lib before - not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Dec 17, 2018
1 parent 929d0ca commit 0776566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"release": "release-it --github.release --npm.publish --non-interactive",
"release:minor": "release-it --github.release --npm.publish --non-interactive --increment minor",
"release:major": "release-it --github.release --npm.publish --non-interactive --increment major",
"test": "npm run prepare && jest",
"test": "jest --coverage",
"prepare": "rimraf lib && preppy"
},
"repository": {
Expand Down

0 comments on commit 0776566

Please sign in to comment.