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 a68b0f3 commit 7d5e7f0Copy full SHA for 7d5e7f0
package.json
@@ -93,7 +93,7 @@
93
"doctoc": "doctoc readme.md --title \"## Table of Contents\"",
94
"lint": "eslint src/**/*.js",
95
"lint:fix": "npm run lint -- --fix",
96
- "prerelease": "npm run build",
+ "prepare": "npm run build",
97
"preversion": "npm run doctoc && npm test",
98
"release": "npm publish",
99
"test": "npm run lint && jest src"
0 commit comments