feat: 新增cuc
Showing
build.yml
deleted
100644 → 0
cucDockerfile
0 → 100644
cucStart.sh
0 → 100644
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
"build:cbn": "cross-env mode=cbn nuxt build", | "build:cbn": "cross-env mode=cbn nuxt build", | ||
"build:huawei": "cross-env mode=huawei nuxt build", | "build:huawei": "cross-env mode=huawei nuxt build", | ||
"build:cbnclouds": "cross-env mode=cbnclouds 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:dev": "cross-env mode=test nuxt start", | ||
"start:pre": "cross-env mode=preview nuxt start", | "start:pre": "cross-env mode=preview nuxt start", | ||
"start:prod": "cross-env mode=production nuxt start", | "start:prod": "cross-env mode=production nuxt start", | ||
... | @@ -36,6 +37,7 @@ | ... | @@ -36,6 +37,7 @@ |
"pm2:cbn": "pm2 start pm2.json --only lottery-cbn", | "pm2:cbn": "pm2 start pm2.json --only lottery-cbn", | ||
"pm2:huawei": "pm2 start pm2.json --only lottery-huawei", | "pm2:huawei": "pm2 start pm2.json --only lottery-huawei", | ||
"pm2:cbnclouds": "pm2 start pm2.json --only lottery-cbnclouds", | "pm2:cbnclouds": "pm2 start pm2.json --only lottery-cbnclouds", | ||
"pm2:cuc": "pm2 start pm2.json --only lottery-cuc", | |||
"generate": "nuxt generate", | "generate": "nuxt generate", | ||
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", | "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", | ||
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore", | "lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore", | ||
... | @@ -82,4 +84,4 @@ | ... | @@ -82,4 +84,4 @@ |
"postcss-pxtorem": "^5.1.1", | "postcss-pxtorem": "^5.1.1", | ||
"prettier": "^2.3.2" | "prettier": "^2.3.2" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment