We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f0f57 commit b2da320Copy full SHA for b2da320
package.json
@@ -15,7 +15,7 @@
15
"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",
16
"test:update-snapshots": "node --test --experimental-test-module-mocks --test-update-snapshots",
17
"test:watch": "node --test --experimental-test-module-mocks --watch",
18
- "prepare": "husky",
+ "prepare": "husky || exit 0",
19
"run": "node bin/cli.mjs",
20
"watch": "node --watch bin/cli.mjs"
21
},
0 commit comments