Skip to content

Commit

Permalink
chore: fix package lock, ignore scripts in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 15, 2023
1 parent 9191cd9 commit 331541f
Show file tree
Hide file tree
Showing 2 changed files with 17,359 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ aliases:
- &install-deps
run:
name: Install dependencies
command: npm ci
command: npm ci --ignore-scripts
- &build-packages
run:
name: Build
Expand All @@ -27,7 +27,7 @@ jobs:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Install dependencies
command: npm ci
command: npm ci --ignore-scripts
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
paths:
Expand Down

0 comments on commit 331541f

Please sign in to comment.