Skip to content

Commit

Permalink
Fix prepublish:lib script.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoumian committed Oct 5, 2017
1 parent 9f1db5c commit a511e40
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 @@ -37,7 +37,7 @@
"minor": "npm version minor && npm run publish:lib",
"major": "npm version major && npm run publish:lib",
"precommit": "lint-staged",
"prepublish:lib": "npm run lint && npm run test && npm run build",
"prepublish:lib": "npm run lint && jest --env=jsdom && npm run build",
"publish:lib": "cd lib && npm publish"
},
"lint-staged": {
Expand Down

0 comments on commit a511e40

Please sign in to comment.