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