Browse Source

change the clean

tags/2.3.1
Caven Chen 4 years ago
parent
commit
bdbf679484
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -34,7 +34,7 @@
"build:chart": "yarn run clean:chart && webpack --config build/webpack.chart.conf --mode production --env.production",
"dev:mapv": "yarn run clean:mapv && webpack --config build/webpack.mapv.conf --mode development",
"build:mapv": "yarn run clean:mapv && webpack --config build/webpack.mapv.conf --mode production --env.production",
"clean": "yarn run clean:base && yarn run clean:core && && yarn run clean:chart",
"clean": "yarn run clean:base && yarn run clean:core && yarn run clean:chart && yarn run clean:mapv",
"clean:base": "rimraf packages/base/dist",
"clean:core": "rimraf packages/core/dist",
"clean:chart": "rimraf packages/chart/dist",

Loading…
Cancel
Save