auto-fix
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -13,7 +13,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
env:
|
||||
PATH: /home/adipu/.local/node20/bin:/usr/bin:/bin
|
||||
run: npm install --prefix /home/adipu/LabWise/server
|
||||
run: |
|
||||
npm install --prefix /home/adipu/LabWise/server
|
||||
npm audit fix --prefix /home/adipu/LabWise/server
|
||||
npm install --prefix /home/adipu/LabWise
|
||||
npm audit fix --prefix /home/adipu/LabWise
|
||||
|
||||
- name: Restart app
|
||||
run: XDG_RUNTIME_DIR=/run/user/1000 systemctl --user restart labwise-app
|
||||
|
||||
Reference in New Issue
Block a user