feat: 新增cuc命令
Showing
... | ... | @@ -14,6 +14,7 @@ |
"build:pre": "cross-env mode=preview nuxt build", | ||
"build:prod": "cross-env mode=production nuxt build", | ||
"build:cbnclouds": "cross-env mode=cbnclouds nuxt build", | ||
"build:cuc": "cross-env mode=cuc nuxt build", | ||
"start:dev": "cross-env mode=test nuxt start", | ||
"start:pre": "cross-env mode=preview nuxt start", | ||
"start:prod": "cross-env mode=production nuxt start", | ||
... | ... | @@ -29,7 +30,7 @@ |
"lintfix": "prettier --write --list-different . && yarn lint:js --fix" | ||
}, | ||
"dependencies": { | ||
"@gdyfe/config": "^1.1.0", | ||
"@gdyfe/config": "^1.2.0", | ||
"@gdyfe/gdy-component-lib": "^0.4.1", | ||
"@gdyfe/rop-client": "1.1.10", | ||
"@gdyfe/webpack-alioss-plugin": "^0.1.6", | ||
... | ... |
Please
register
or
sign in
to comment