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 eab496e commit 4306ce3Copy full SHA for 4306ce3
.github/workflows/ci.yml
@@ -33,6 +33,6 @@ jobs:
33
node-version: ${{ matrix.node-version }}
34
cache: 'npm'
35
- name: Install dependencies
36
- run: npm ci
+ run: HUSKY=0 npm ci
37
- name: Run tests
38
run: npm run lint
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 'lts/*'
21
22
registry-url: 'https://registry.npmjs.org'
23
- - run: npm ci
+ - run: HUSKY=0 npm ci
24
- run: npm publish --access public
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
0 commit comments