feat: use bun

This commit is contained in:
yanghao05
2025-04-29 20:36:17 +08:00
parent 3c269a9445
commit 7ad444888f

View File

@@ -18,8 +18,8 @@ jobs:
run: |
cd frontend/admin
npm config set registry https://npm.hub.ipao.vip
npm install
npm run build
npm install -g bun
bun run build
rm dist/vite.svg
cp src/assets/* dist/
@@ -27,8 +27,8 @@ jobs:
run: |
cd frontend/wechat
npm config set registry https://npm.hub.ipao.vip
npm install
npm run build
npm install -g bun
bun run build
rm dist/vite.svg
cp src/assets/* dist/