Skip to content

Commit ccf2747

Browse files
committed
Change npm ci -> npm install
1 parent 1b24e60 commit ccf2747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Web build
5151
if: ${{ matrix.os == 'ubuntu-latest' }}
5252
run: |
53-
npm ci
53+
npm install
5454
npm run build
5555
5656
- name: Deploy to prod

0 commit comments

Comments
 (0)