Skip to content

Commit

Permalink
fix(ci): use npm install w/o package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamann committed Apr 10, 2022
1 parent f25feb2 commit f1ddb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -13,7 +13,7 @@ commands:
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-master-{{ .Environment.CIRCLE_JOB }}
- run:
name: Install dependencies
command: npm ci
command: npm i
- run:
name: Test
command: npm test
Expand Down

0 comments on commit f1ddb1b

Please sign in to comment.