Skip to content

Commit 6f57f80

Browse files
committed
perf: remove admin-old to reduce image size
1 parent bf5c040 commit 6f57f80

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+85
-4391
lines changed

docker/admin-old.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111
"dev:admin": "cd server/admin && pnpm dev",
1212
"start:service": "cd server && pnpm start:service",
1313
"start:admin": "cd server/admin && pnpm start",
14-
"start:admin-old": "cd server/admin-old && pnpm start",
15-
"build": "concurrently npm:build:web npm:build:server npm:build:admin npm:build:admin-old && cp -r client/web/dist/* server/dist/public",
14+
"build": "concurrently npm:build:web npm:build:server npm:build:admin && cp -r client/web/dist/* server/dist/public",
1615
"build:web": "cd client/web && pnpm build",
1716
"build:server": "cd server && pnpm build && echo \"Install server side plugin:\" && pnpm run plugin:install com.msgbyte.tasks com.msgbyte.linkmeta com.msgbyte.github com.msgbyte.simplenotify com.msgbyte.topic com.msgbyte.agora com.msgbyte.wxpusher com.msgbyte.welcome com.msgbyte.iam com.msgbyte.discover && mkdir -p ./dist/public && cp -r ./public/plugins ./dist/public && cp ./public/registry-be.json ./dist/public",
1817
"build:admin": "cd server/admin && pnpm build",
19-
"build:admin-old": "cd server/admin-old && pnpm build",
2018
"check:type": "concurrently npm:check:type:client npm:check:type:server",
2119
"check:type:client": "cd client/web && tsc --noEmit",
2220
"check:type:server": "cd server && tsc --noEmit",

0 commit comments

Comments
 (0)