Vanessa 2022-05-31 15:42:05 +08:00
parent eb4a5279ad
commit 7918411290
4 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
echo 'Building UI'
cd app
npm install && npm run build
pnpm install && pnpm run build
cd ..
echo 'Cleaning Builds'
@ -24,5 +24,5 @@ cd ..
echo 'Building Electron'
cd app
npm run dist-linux
pnpm run dist-linux
cd ..