Skip to content

Commit

Permalink
Replace rm -rf with rimraf to support windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
VRuzhentsov committed Apr 20, 2020
1 parent 091435c commit a37711a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "webpack-dev-server --config=build/webpack.dev.config.js",
"start": "npm run dev",
"rollup": "node build/rollup.js",
"clean": "rm -rf lib/*",
"clean": "rimraf lib/*",
"prepare-package": "node build/prepare-package",
"build": "npm run clean && npm run lint && npm run rollup -- --format=es,umd",
"unit": "cross-env NODE_ENV=test karma start test/unit/karma.conf.js --single-run",
Expand Down Expand Up @@ -144,6 +144,7 @@
"proj4": "^2.5.0",
"puppeteer": "^1.20.0",
"resolve-url-loader": "^3.1.0",
"rimraf": "^3.0.2",
"rollup": "^1.23.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
Expand Down

0 comments on commit a37711a

Please sign in to comment.