This commit is contained in:
@@ -15,10 +15,13 @@ jobs:
|
||||
apk add --no-cache nodejs npm # if your job container is Alpine
|
||||
node -v
|
||||
npm -v
|
||||
- name: Pull and maybe restart one day
|
||||
- name: Pull and pull
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
ls
|
||||
cd /root/repos/music-jeopardy
|
||||
git pull
|
||||
npm install
|
||||
npm run dev
|
||||
npm ci
|
||||
|
||||
- name: Start Vue dev server
|
||||
run: |
|
||||
npm run dev -- --host 0.0.0.0 --port 5173
|
||||
|
||||
Reference in New Issue
Block a user