Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45698d0

Browse files
committedJan 11, 2024
chore: 🔨 updates prerelease hook script
1 parent adfadb1 commit 45698d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
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)
Please sign in to comment.