Skip to content

Commit 290d89f

Browse files
committed
chore: add prepare script for husky setup
1 parent 4a5fb35 commit 290d89f

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

package-lock.json

Lines changed: 2 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"ts:check-types": "tsc --noEmit",
2020
"ts:circular-check": "dpdm --no-output --no-tree --no-warning --exit-code circular:1 -T ./src/**/*.ts",
2121
"test": "nyc --reporter=text mocha -r ts-node/register 'src/**/*.spec.ts'",
22-
"publish:next": "npm publish --access public --tag next"
22+
"publish:next": "npm publish --access public --tag next",
23+
"prepare": "husky"
2324
},
2425
"engines": {
2526
"node": ">=16.0.0"
@@ -56,7 +57,6 @@
5657
"eslint-plugin-prettier": "^5.2.1",
5758
"eslint-plugin-standard": "^5.0.0",
5859
"husky": "^9.0.11",
59-
"is-ci": "^4.1.0",
6060
"mocha": "^10.3.0",
6161
"nyc": "^17.1.0",
6262
"sinon": "^19.0.2",

0 commit comments

Comments
 (0)