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 962e091 commit 143ed2cCopy full SHA for 143ed2c
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
node-version: ${{ matrix.node-version }}
33
cache: npm
34
- - run: HUSKY=0 npm ci
+ - run: npm ci
35
36
- name: Release
37
env:
package.json
@@ -25,8 +25,7 @@
25
"storybook:build": "storybook build",
26
"storybook:serve": "http-server storybook-static --port 6006 --silent",
27
"serve-storybook": "run-s storybook:*",
28
- "test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook",
29
- "prepare": "lefthook install"
+ "test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook"
30
},
"dependencies": {
"@arcjet/next": "^1.0.0-beta.8",
0 commit comments