feat: 环境变量方案管理API和H5地址
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -28,7 +28,7 @@ steps:
|
||||
- name: dev-build
|
||||
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
|
||||
commands:
|
||||
- npm run build:h5
|
||||
- npm run build:h5 -- --mode development
|
||||
volumes:
|
||||
- name: node-cache
|
||||
path: /root/.npm
|
||||
@@ -85,7 +85,7 @@ steps:
|
||||
- name: prod-build
|
||||
image: ccr.ccs.tencentyun.com/violin/node:22-bookworm
|
||||
commands:
|
||||
- npm run build:h5
|
||||
- npm run build:h5 -- --mode production
|
||||
volumes:
|
||||
- name: node-cache
|
||||
path: /root/.npm
|
||||
|
||||
Reference in New Issue
Block a user