Deployment improvements and potential webpack fix

This commit is contained in:
Alex Williams
2024-06-22 10:48:20 +01:00
parent f7cab2e96a
commit 13d8423eb5
3 changed files with 19 additions and 5 deletions

View File

@@ -29,8 +29,12 @@ jobs:
cd coriolis-data
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
npm install
npm audit fix
npm start
cd ../coriolis
npm install
npm audit fix
npm run build
- name: Deploy the code
shell: bash

View File

@@ -34,8 +34,12 @@ jobs:
cd coriolis-data
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
npm install
npm audit fix
npm start
cd ../coriolis
npm install
npm audit fix
npm run build
- name: Deploy the code
shell: bash