Skip to content

Commit

Permalink
update prepublish script
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
tunnckoCore committed Sep 17, 2019
1 parent add4b0a commit 31576cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"generator/"
],
"scripts": {
"pre-commit": "yarn lint && yarn test && yarn build",
"test": "jest --no-colors",
"lint": "eslint .",
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",
"build": "babel lib --ignore **/*.test.js,integration -d build",
"prepublish": "yarn build",
"prepublish": "yarn lint && yarn test && yarn build",
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
},
"dependencies": {
Expand Down

0 comments on commit 31576cd

Please sign in to comment.