Skip to content

Commit 39643e0

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

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
@@ -7,7 +7,7 @@ aliases:
77
- &install-deps
88
run:
99
name: Install dependencies
10-
command: npm ci --ignore-scripts
10+
command: npm install --ignore-scripts
1111
- &build-packages
1212
run:
1313
name: Build

0 commit comments

Comments
 (0)