Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 1d663db

Browse files
author
Bassem Dghaidi
committed
Update faster builds with npm ci instead of npm install
1 parent a683e52 commit 1d663db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: npm install and build webpack
2020
run: |
2121
ls -lha
22-
npm install
22+
npm ci
2323
npm run build --if-present
2424
- uses: actions/upload-artifact@master
2525
with:
@@ -49,7 +49,7 @@ jobs:
4949
- name: npm install and test
5050
run: |
5151
ls -lha
52-
npm install
52+
npm ci
5353
npm test
5454
env:
5555
CI: true

0 commit comments

Comments
 (0)