mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 06:58:54 +00:00
Fix CI build scripts, update caniuse database
This commit is contained in:
@@ -4,6 +4,18 @@ VCPKG_ROOT="/vcpkg"
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
(
|
||||
cd sist2-vue/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
|
||||
(
|
||||
cd sist2-admin/frontend/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
|
||||
mkdir build
|
||||
(
|
||||
cd build
|
||||
|
||||
@@ -4,6 +4,18 @@ VCPKG_ROOT="/vcpkg"
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
(
|
||||
cd sist2-vue/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
|
||||
(
|
||||
cd sist2-admin/frontend/
|
||||
npm install
|
||||
npm run build
|
||||
)
|
||||
|
||||
mkdir build
|
||||
(
|
||||
cd build
|
||||
|
||||
Reference in New Issue
Block a user