Skip to content

Commit

Permalink
ci: update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 15, 2023
1 parent 1c1ad2f commit cab7471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -22,12 +22,12 @@ jobs:
- checkout
- run:
name: Update NPM version
command: sudo npm install -g npm@latest
command: sudo npm install -g npm@latest --ignore-scripts
- restore_cache:
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 cab7471

Please sign in to comment.