feat: use bun
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user