Skip to content

Commit 31576cd

Browse files
committed
update prepublish script
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent add4b0a commit 31576cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
"generator/"
1313
],
1414
"scripts": {
15-
"pre-commit": "yarn lint && yarn test && yarn build",
1615
"test": "jest --no-colors",
1716
"lint": "eslint .",
1817
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",
1918
"build": "babel lib --ignore **/*.test.js,integration -d build",
20-
"prepublish": "yarn build",
19+
"prepublish": "yarn lint && yarn test && yarn build",
2120
"format": "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""
2221
},
2322
"dependencies": {

0 commit comments

Comments
 (0)