Skip to content

Commit 9554360

Browse files
committed
Update package.json
1 parent 0089350 commit 9554360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repl": "webpack --mode=development && node ./repl/index.js",
99
"test": "jest --coverage",
1010
"lint": "eslint src",
11-
"prepublish": "npm run lint && npm run test && npm run build"
11+
"prepare": "npm run lint && npm run test && npm run build"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)