Skip to content

Commit 4676f75

Browse files
committed
chore: add HUSKY=0 to npm ci
1 parent 26ca227 commit 4676f75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
GH_TOKEN: ${{ secrets.GH_TOKEN_PKG_REGISTRY_READ }}
2727
- name: Install dependencies
28-
run: npm ci
28+
run: HUSKY=0 npm ci
2929
- name: Build
3030
run: npm run build
3131
- name: Check for Execution

dist/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "module"
3+
}

0 commit comments

Comments
 (0)