Skip to content

Commit 88eaf3b

Browse files
ci: use npm install instead of ci as ci is flaky
1 parent 5eabb80 commit 88eaf3b

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
@@ -29,7 +29,7 @@ aliases:
2929
- &install-deps
3030
run:
3131
name: Install dependencies
32-
command: npm ci --legacy-peer-deps
32+
command: npm install --legacy-peer-deps
3333
- &build-packages
3434
run:
3535
name: Build

0 commit comments

Comments
 (0)