We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfadb1 commit 45698d0Copy full SHA for 45698d0
package.json
@@ -38,7 +38,7 @@
38
"test:debug": "BABEL_ENV=test mocha debug --require @babel/register ./test",
39
"lint": "eslint lib test",
40
"format": "eslint --fix lib test",
41
- "prepare": "npm run build && npm run generate:docs",
+ "prepare": "npm run build",
42
"pretest": "rimraf coverage && npm run lint",
43
"precommit": "npm run lint",
44
"prepush": "npm run test:unit",
0 commit comments