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
(cherry picked from commit a37711a)
  • Loading branch information
VRuzhentsov authored and ghettovoice committed Apr 20, 2020
1 parent fc898f0 commit 370089d
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/*",
"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",
"e2e": "node test/e2e/runner.js",
Expand Down Expand Up @@ -146,6 +146,7 @@
"proj4": "^2.5.0",
"puppeteer": "^1.17.0",
"resolve-url-loader": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "^0.66.3",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.8",
Expand Down

0 comments on commit 370089d

Please sign in to comment.