We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1ad2f commit cab7471Copy full SHA for cab7471
.circleci/config.yml
@@ -7,7 +7,7 @@ aliases:
7
- &install-deps
8
run:
9
name: Install dependencies
10
- command: npm ci
+ command: npm ci --ignore-scripts
11
- &build-packages
12
13
name: Build
@@ -22,12 +22,12 @@ jobs:
22
- checkout
23
- run:
24
name: Update NPM version
25
- command: sudo npm install -g npm@latest
+ command: sudo npm install -g npm@latest --ignore-scripts
26
- restore_cache:
27
key: dependency-cache-{{ checksum "package.json" }}
28
29
30
31
- save_cache:
32
33
paths:
0 commit comments