Skip to content

Commit b2da320

Browse files
authored
fix(package.json): don't fail on husky (#452)
1 parent a7f0f57 commit b2da320

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
@@ -15,7 +15,7 @@
1515
"test:ci": "c8 --reporter=lcov node --test --experimental-test-module-mocks --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=junit.xml --test-reporter=spec --test-reporter-destination=stdout",
1616
"test:update-snapshots": "node --test --experimental-test-module-mocks --test-update-snapshots",
1717
"test:watch": "node --test --experimental-test-module-mocks --watch",
18-
"prepare": "husky",
18+
"prepare": "husky || exit 0",
1919
"run": "node bin/cli.mjs",
2020
"watch": "node --watch bin/cli.mjs"
2121
},

0 commit comments

Comments
 (0)