mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 12:25:54 +02:00
Speedup CI build
This commit is contained in:
parent
6225cf81de
commit
9f175cb0f0
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||||
(
|
(
|
||||||
|
|
|
@ -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
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue