Skip to content

Commit 77ebc30

Browse files
authored
chore(ci-cd): Change npm install to ignore scripts
Modify npm install command to ignore scripts during installation.
1 parent 9361b70 commit 77ebc30

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)