Skip to content

Commit 331541f

Browse files
chore: fix package lock, ignore scripts in ci
1 parent 9191cd9 commit 331541f

File tree

2 files changed

+17359
-31
lines changed

2 files changed

+17359
-31
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 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
@@ -27,7 +27,7 @@ jobs:
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)