We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0089350 commit 9554360Copy full SHA for 9554360
package.json
@@ -8,7 +8,7 @@
8
"repl": "webpack --mode=development && node ./repl/index.js",
9
"test": "jest --coverage",
10
"lint": "eslint src",
11
- "prepublish": "npm run lint && npm run test && npm run build"
+ "prepare": "npm run lint && npm run test && npm run build"
12
},
13
"repository": {
14
"type": "git",
0 commit comments