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 98b3300 commit c9ba78cCopy full SHA for c9ba78c
.github/workflows/npm-publish.yml
@@ -19,6 +19,6 @@ jobs:
19
# - run: npm test
20
# env:
21
# CI: true
22
- - run: npm publish --ignore-scripts
+ - run: npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -6,7 +6,7 @@
6
"main": "./src/cli.js",
7
"scripts": {
8
"lint": "prettier --write ./src",
9
- "prepare": "husky install",
+ "prepare": "[ -f ./node_modules/.bin/husky ] && husky install || echo 'Skipping husky install'",
10
"test": "jest --coverage --silent"
11
},
12
"bin": {
0 commit comments