mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-10 20:05:57 +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/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
) &
|
||||
|
||||
(
|
||||
cd sist2-admin/frontend/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
) &
|
||||
|
||||
wait
|
||||
|
||||
mkdir build
|
||||
(
|
||||
|
|
|
@ -8,13 +8,15 @@ git submodule update --init --recursive
|
|||
cd sist2-vue/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
) &
|
||||
|
||||
(
|
||||
cd sist2-admin/frontend/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
) &
|
||||
|
||||
wait
|
||||
|
||||
mkdir build
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue