Skip to content

Commit 877ca68

Browse files
authored
chore(cic-cd): Modify npm ci command to ignore scripts
1 parent 77ebc30 commit 877ca68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Install Dependencies
21-
run: npm ci
21+
run: npm ci --ignore-scripts
2222
- name: Run Test Cases
2323
run: npm run test
2424

0 commit comments

Comments
 (0)