Speedup CI build

This commit is contained in:
simon987 2023-07-13 16:46:43 -04:00
parent 6225cf81de
commit 9f175cb0f0
2 changed files with 8 additions and 4 deletions

View File

@ -8,13 +8,15 @@ git submodule update --init --recursive
cd sist2-vue/ cd sist2-vue/
npm install npm install
npm run build npm run build
) ) &
( (
cd sist2-admin/frontend/ cd sist2-admin/frontend/
npm install npm install
npm run build npm run build
) ) &
wait
mkdir build mkdir build
( (

View File

@ -8,13 +8,15 @@ git submodule update --init --recursive
cd sist2-vue/ cd sist2-vue/
npm install npm install
npm run build npm run build
) ) &
( (
cd sist2-admin/frontend/ cd sist2-admin/frontend/
npm install npm install
npm run build npm run build
) ) &
wait
mkdir build mkdir build
( (