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