@dao42/d42paas-front 0.5.55 → 0.5.60

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.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao42/d42paas-front",
3
- "version": "0.5.55",
3
+ "version": "0.5.60",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",
@@ -32,9 +32,7 @@
32
32
  "dev:disble": "cross-env TS_NODE_PROJECT=\"tsconfig.dev.json\" webpack serve --open --config ./config/webpack.dev.config.ts",
33
33
  "analyse": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"tsconfig.json\" webpack --config ./config/webpack.analytics.config.js",
34
34
  "dev": "vite serve --host --config ./config/vite.config.ts",
35
- "vite:save": "NODE_ENV=production vite build --mode production --config ./config/vite.config.ts && yarn run copyTS && yarn patch",
36
- "dev:save": "NODE_ENV=development vite --host --mode development --config ./config/vite.config.ts",
37
- "vite": "cross-env NODE_ENV=production vite build --config ./config/vite.config.ts && yarn run copyTS && yarn patch",
35
+ "vite": "cross-env NODE_ENV=production vite build --config ./config/vite.config.ts && yarn run copyTS",
38
36
  "fix": "eslint --fix --ext .jsx src/**",
39
37
  "copyTS": "shx cp ./src/types/editor.d.ts ./dist",
40
38
  "np": "npm publish --access-public",