Skip to content

Commit 81b85ee

Browse files
ci: use npm install
1 parent 39643e0 commit 81b85ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: dependency-cache-{{ checksum "package.json" }}
2525
- run:
2626
name: Install dependencies
27-
command: npm ci --ignore-scripts
27+
command: npm install --ignore-scripts
2828
- save_cache:
2929
key: dependency-cache-{{ checksum "package.json" }}
3030
paths:

0 commit comments

Comments
 (0)