Merge branch 'dev' of…
Merge branch 'dev' of ssh://xmgit.ixm5.cn:10022/xiaomai-cloud-class/xiaomai-cloud-class-web into dev
Showing
| ... | ... | @@ -93,6 +93,7 @@ |
| "style-loader": "0.23.1", | ||
| "terser-webpack-plugin": "2.3.8", | ||
| "ts-pnp": "1.1.6", | ||
| "better-npm-run": "^0.1.0", | ||
| "typescript": "^4.0.2", | ||
| "underscore": "^1.10.2", | ||
| "url-loader": "2.3.0", | ||
| ... | ... | @@ -111,12 +112,30 @@ |
| "start:rc": "cross-env DEPLOY_ENV=rc node scripts/start.js", | ||
| "start:gray": "cross-env DEPLOY_ENV=gray node scripts/start.js", | ||
| "start:prod": "cross-env DEPLOY_ENV=prod node scripts/start.js", | ||
| "build:dev": "cross-env DEPLOY_ENV=dev node --max_old_space_size=4096 scripts/build.js", | ||
| "start:syoo": "better-npm-run start:syoo", | ||
| "build:dev": "cross-env DEPLOY_ENV=dev node scripts/build.js", | ||
| "build:dev1": "cross-env DEPLOY_ENV=dev node scripts/build.js", | ||
| "build:rc": "cross-env DEPLOY_ENV=rc node scripts/build.js", | ||
| "build:gray": "cross-env DEPLOY_ENV=gray node scripts/build.js", | ||
| "build:syoo": "better-npm-run build:syoo", | ||
| "build:prod": "cross-env DEPLOY_ENV=prod node scripts/build.js" | ||
| }, | ||
| "betterScripts": { | ||
| "start:syoo": { | ||
| "command": "node scripts/start.js", | ||
| "env": { | ||
| "DEPLOY_ENV": "", | ||
| "BRAND": "syoo" | ||
| } | ||
| }, | ||
| "build:syoo": { | ||
| "command": "node scripts/build.js", | ||
| "env": { | ||
| "DEPLOY_ENV": "prod", | ||
| "BRAND": "syoo" | ||
| } | ||
| } | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| ... | ... | @@ -154,4 +173,4 @@ |
| "pre-push": "node hooks/pre-commit.js" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
src/domains/brand/constants.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment