Skip to content

Commit 483a47c

Browse files
added --ignore-scripts
1 parent 3bcae24 commit 483a47c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838

3939
- name: npm install
4040
run: |
41-
npm ci
41+
npm ci --ignore-scripts
4242
cd cxAstScan/
43-
npm ci
43+
npm ci --ignore-scripts
4444
4545
- name: Code Linting
4646
run: npm run lint

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126

127127
- name: Build step
128128
run: |
129-
npm ci
129+
npm ci --ignore-scripts
130130
cd cxAstScan/
131-
npm ci
131+
npm ci --ignore-scripts
132132
133133
- run: npm run build
134134

.github/workflows/update-js-runtime-wrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171

7272
- name: Build step
7373
run: |
74-
npm ci
74+
npm ci --ignore-scripts
7575
cd cxAstScan/
76-
npm ci
76+
npm ci --ignore-scripts
7777
7878
- name: Commit Changes
7979
run: |

0 commit comments

Comments
 (0)