Skip to content

Commit 6420c47

Browse files
committed
Use npm ci for CI installations
1 parent bd6efaa commit 6420c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: dependency-cache-{{ checksum "package.json" }}
1313
- run:
1414
name: Install dependencies
15-
command: npm i
15+
command: npm ci
1616
- save_cache:
1717
key: dependency-cache-{{ checksum "package.json" }}
1818
paths:
@@ -31,7 +31,7 @@ jobs:
3131
- checkout
3232
- run:
3333
name: Install dependencies
34-
command: npm i
34+
command: npm ci
3535
- run:
3636
name: Compile to production
3737
command: npm run build

0 commit comments

Comments
 (0)