Skip to content

Commit 5affcc7

Browse files
authored
fix(ci-cd): Modify npm install command to ignore scripts for release action
1 parent 0831df3 commit 5affcc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CONFIG_EMAIL: ${{ vars.RELEASE_COMMIT_EMAIL }}
3939

4040
- name: Install 📌
41-
run: npm install
41+
run: npm install --ignore-scripts
4242

4343
- name: Test 🔧
4444
run: npm run test

0 commit comments

Comments
 (0)