Skip to content

Commit

Permalink
Removed prepack command
Browse files Browse the repository at this point in the history
  • Loading branch information
AleshaOleg committed Nov 1, 2018
1 parent bc0ed79 commit 50d853b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
},
"scripts": {
"precommit": "yarn run test && lint-staged",
"prepack": "yarn run build",
"clean": "rm *.js || echo 'Already cleaned'",
"build": "yarn run clean && babel -s inline -d ./ *.es6 && yarn run test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
Expand Down

0 comments on commit 50d853b

Please sign in to comment.