Skip to content

Commit b68c783

Browse files
Modify npm install to include --ignore-scripts
Updated npm install command to ignore scripts.
1 parent 0796df0 commit b68c783

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
ref: 'main' # Ensures the main branch is checked out
2525
token: ${{ secrets.PAT_GITHUB }}
26-
fetch-depth: 0
2726

2827
- name: Set up Node.js
2928
uses: actions/setup-node@v2
@@ -69,7 +68,7 @@ jobs:
6968
git config user.email "[email protected]"
7069
7170
- name: Install dependencies
72-
run: npm install --also=dev
71+
run: npm install --also=dev --ignore-scripts
7372

7473
- name: Debug - Check packages/tools after npm install
7574
run: |

0 commit comments

Comments
 (0)