Skip to content

Commit 973ba20

Browse files
authored
Merge pull request #402 from ixartz/lefthook
ci: remove Husky reference in release.yml and remove prepare script in package.json
2 parents 962e091 + 143ed2c commit 973ba20

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: npm
34-
- run: HUSKY=0 npm ci
34+
- run: npm ci
3535

3636
- name: Release
3737
env:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"storybook:build": "storybook build",
2626
"storybook:serve": "http-server storybook-static --port 6006 --silent",
2727
"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"
28+
"test-storybook:ci": "start-server-and-test serve-storybook http://127.0.0.1:6006 test-storybook"
3029
},
3130
"dependencies": {
3231
"@arcjet/next": "^1.0.0-beta.8",

0 commit comments

Comments
 (0)