Skip to content

Commit

Permalink
chore: 🔨 updates prerelease hook script
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem-cs committed Jan 11, 2024
1 parent adfadb1 commit 45698d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:debug": "BABEL_ENV=test mocha debug --require @babel/register ./test",
"lint": "eslint lib test",
"format": "eslint --fix lib test",
"prepare": "npm run build && npm run generate:docs",
"prepare": "npm run build",
"pretest": "rimraf coverage && npm run lint",
"precommit": "npm run lint",
"prepush": "npm run test:unit",
Expand Down

0 comments on commit 45698d0

Please sign in to comment.