feat: use bun
This commit is contained in:
@@ -18,8 +18,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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
|
npm install -g bun
|
||||||
npm run build
|
bun run build
|
||||||
rm dist/vite.svg
|
rm dist/vite.svg
|
||||||
cp src/assets/* dist/
|
cp src/assets/* dist/
|
||||||
|
|
||||||
@@ -27,8 +27,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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
|
npm install -g bun
|
||||||
npm 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