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 9191cd9 commit 331541fCopy full SHA for 331541f
.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
@@ -27,7 +27,7 @@ jobs:
27
key: dependency-cache-{{ checksum "package.json" }}
28
- run:
29
30
31
- save_cache:
32
33
paths:
0 commit comments