@dao42/d42paas-front 0.7.2 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao42/d42paas-front",
3
- "version": "0.7.2",
3
+ "version": "0.7.6",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",
@@ -26,7 +26,7 @@
26
26
  "scripts": {
27
27
  "prebuild": "rimraf dist",
28
28
  "webpack": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack --config ./config/webpack.prod.config.ts",
29
- "start:web": "yarn prebuild && yarn vite",
29
+ "start:web": "yarn prebuild && yarn vite && yarn workNameSpaceToFix",
30
30
  "storybook": "start-storybook -p 6006",
31
31
  "build-storybook": "build-storybook -o .storybook/dist",
32
32
  "dev:disble": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack serve --open --config ./config/webpack.dev.config.ts",
@@ -36,8 +36,9 @@
36
36
  "fix": "eslint --fix --ext .jsx src/**",
37
37
  "copyTS": "shx cp ./src/types/editor.d.ts ./dist",
38
38
  "np": "npm publish --access-public",
39
- "patch": "yarn vite && npm version patch",
40
- "test": "jest --verbose"
39
+ "patch": "yarn prebuild && yarn vite && npm version patch",
40
+ "test": "jest --verbose",
41
+ "workNameSpaceToFix": "node ./config/workNameSpaceToFix.js"
41
42
  },
42
43
  "dependencies": {
43
44
  "@dao42/d42paas_rtc": "^0.1.8"