mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Supressing npm warnings in build process to avoid failure of the pipeline erroneously.
This commit is contained in:
6
.github/workflows/autodeploy.yml
vendored
6
.github/workflows/autodeploy.yml
vendored
@@ -29,11 +29,11 @@ jobs:
|
||||
cd coriolis-data
|
||||
export NVM_DIR=~/.nvm
|
||||
source ~/.nvm/nvm.sh
|
||||
npm install
|
||||
npm install 2>&1
|
||||
npm start
|
||||
cd ../coriolis
|
||||
npm install
|
||||
npm run build
|
||||
npm install 2>&1
|
||||
npm run build 2>&1
|
||||
- name: Deploy the code
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
6
.github/workflows/manualdeploy.yml
vendored
6
.github/workflows/manualdeploy.yml
vendored
@@ -34,11 +34,11 @@ jobs:
|
||||
cd coriolis-data
|
||||
export NVM_DIR=~/.nvm
|
||||
source ~/.nvm/nvm.sh
|
||||
npm install
|
||||
npm install 2>&1
|
||||
npm start
|
||||
cd ../coriolis
|
||||
npm install
|
||||
npm run build
|
||||
npm install 2>&1
|
||||
npm run build 2>&1
|
||||
- name: Deploy the code
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user