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 26ca227 commit 4676f75Copy full SHA for 4676f75
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
GH_TOKEN: ${{ secrets.GH_TOKEN_PKG_REGISTRY_READ }}
27
- name: Install dependencies
28
- run: npm ci
+ run: HUSKY=0 npm ci
29
- name: Build
30
run: npm run build
31
- name: Check for Execution
dist/package.json
@@ -0,0 +1,3 @@
1
+{
2
+ "type": "module"
3
+}
0 commit comments