feat: update build
This commit is contained in:
@@ -19,6 +19,7 @@ jobs:
|
||||
cd frontend/admin
|
||||
npm config set registry https://npm.hub.ipao.vip
|
||||
npm install -g bun
|
||||
bun install
|
||||
bun run build
|
||||
rm dist/vite.svg
|
||||
cp src/assets/* dist/
|
||||
@@ -28,6 +29,7 @@ jobs:
|
||||
cd frontend/wechat
|
||||
npm config set registry https://npm.hub.ipao.vip
|
||||
npm install -g bun
|
||||
bun install
|
||||
bun run build
|
||||
rm dist/vite.svg
|
||||
cp src/assets/* dist/
|
||||
|
||||
Reference in New Issue
Block a user