Skip to content

Commit fe8413f

Browse files
committed
chore: 🔨 updates prerelease hook script
1 parent 77f7e66 commit fe8413f

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
@@ -38,7 +38,7 @@
3838
"test:debug": "BABEL_ENV=test mocha debug --require @babel/register ./test",
3939
"lint": "eslint lib test",
4040
"format": "eslint --fix lib test",
41-
"prepare": "npm run build && npm run generate:docs",
41+
"prepare": "npm run build",
4242
"pretest": "rimraf coverage && npm run lint",
4343
"precommit": "npm run lint",
4444
"prepush": "npm run test:unit",

0 commit comments

Comments
 (0)