Skip to content

Commit cab7471

Browse files
ci: update config.yml
1 parent 1c1ad2f commit cab7471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases:
77
- &install-deps
88
run:
99
name: Install dependencies
10-
command: npm ci
10+
command: npm ci --ignore-scripts
1111
- &build-packages
1212
run:
1313
name: Build
@@ -22,12 +22,12 @@ jobs:
2222
- checkout
2323
- run:
2424
name: Update NPM version
25-
command: sudo npm install -g npm@latest
25+
command: sudo npm install -g npm@latest --ignore-scripts
2626
- restore_cache:
2727
key: dependency-cache-{{ checksum "package.json" }}
2828
- run:
2929
name: Install dependencies
30-
command: npm ci
30+
command: npm ci --ignore-scripts
3131
- save_cache:
3232
key: dependency-cache-{{ checksum "package.json" }}
3333
paths:

0 commit comments

Comments
 (0)