Merge branch 'master' into feature/zhujian/0726/qwLiving
# Conflicts: # src/index.tsx # src/modules/course-manage/components/AddLiveBasic.jsx # src/modules/course-manage/components/LiveCourseList.jsx # src/modules/course-manage/components/LiveCourseOpt.jsx
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,45 @@ |
| "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", | ||
| "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:dev1": "better-npm-run build:dev1", | ||
| "build:rc": "cross-env DEPLOY_ENV=rc node scripts/build.js", | ||
| "build:gray": "cross-env DEPLOY_ENV=gray node scripts/build.js", | ||
| "build:gray-syoo": "better-npm-run build:gray-syoo", | ||
| "build:prod-syoo": "better-npm-run build:prod-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:gray-syoo": { | ||
| "command": "node scripts/build.js", | ||
| "env": { | ||
| "DEPLOY_ENV": "gray", | ||
| "BRAND": "syoo" | ||
| } | ||
| }, | ||
| "build:prod-syoo": { | ||
| "command": "node scripts/build.js", | ||
| "env": { | ||
| "DEPLOY_ENV": "prod", | ||
| "BRAND": "syoo" | ||
| } | ||
| }, | ||
| "build:dev1":{ | ||
| "command": "node scripts/build.js", | ||
| "env": { | ||
| "DEPLOY_ENV": "dev1", | ||
| "BRAND": "syoo" | ||
| } | ||
| } | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| ... | ... | @@ -146,4 +180,4 @@ |
| "ali-oss": "^6.12.0", | ||
| "react-sortable-hoc": "^1.11.0" | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
This diff is collapsed.
Click to expand it.
src/domains/brand/constants.ts
0 → 100644
src/modules/common/CourseCatalogSelect.jsx
0 → 100644
src/modules/common/index.js
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.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
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