mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
This commit is contained in:
parent
eb4a5279ad
commit
7918411290
4 changed files with 11 additions and 11 deletions
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue