Skip to content

Commit

Permalink
ci: use npm i instead of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 17, 2025
1 parent 5ac2398 commit b2f5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases:
- &install-deps
run:
name: Install dependencies
command: npm ci --ignore-scripts
command: npm install --ignore-scripts
- &build-packages
run:
name: Build
Expand Down

0 comments on commit b2f5795

Please sign in to comment.