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: |
|
||||
cd /repos/music-jeopardy
|
||||
git pull
|
||||
npm ci
|
||||
npm install
|
||||
- name: Build production bundle
|
||||
run: |
|
||||
cd /repos/music-jeopardy
|
||||
|
||||
Reference in New Issue
Block a user