Skip to content

Commit 81c0049

Browse files
committed
chore: fix cd workflow
1 parent 7755f56 commit 81c0049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0 # Fetch all branches
2121

2222
- name: Install modules
23-
run: npm install --no-audit --ignore-scripts
23+
run: npm install --no-audit
2424

2525
- name: Build package
2626
run: npm run build-package

0 commit comments

Comments
 (0)