npm install instead of npm ci
All checks were successful
On Push Deploy / deploy (push) Successful in 24s
All checks were successful
On Push Deploy / deploy (push) Successful in 24s
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd /repos/music-jeopardy
|
cd /repos/music-jeopardy
|
||||||
git pull
|
git pull
|
||||||
npm ci
|
npm install
|
||||||
- name: Build production bundle
|
- name: Build production bundle
|
||||||
run: |
|
run: |
|
||||||
cd /repos/music-jeopardy
|
cd /repos/music-jeopardy
|
||||||
|
|||||||
Reference in New Issue
Block a user