Fix CI build scripts, update caniuse database

This commit is contained in:
2023-07-13 16:23:04 -04:00
parent 84958502b1
commit d7058ab645
5 changed files with 4341 additions and 3917 deletions

View File

@@ -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

View File

@@ -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