Skip to content

Commit

Permalink
perf: improve npm install stage
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Mar 4, 2021
1 parent b9587ef commit 1962e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies 👨🏻‍💻
run: npm ci
run: npm ci --prefer-offline --no-audit

- name: Build the package 🕺🏻
run: npm run build
Expand Down

0 comments on commit 1962e79

Please sign in to comment.