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.
prepare
prepublish
1 parent 54a4a66 commit 0b90a71Copy full SHA for 0b90a71
package.json
@@ -16,7 +16,7 @@
16
"lint": "eslint --cache src test",
17
"lint-staged": "lint-staged",
18
"prebuild": "npm run clean",
19
- "prepublish": "npm run build",
+ "prepare": "npm run build",
20
"release": "standard-version",
21
"security": "nsp check",
22
"test": "jest",
0 commit comments