Commit 0a797301 authored by Jun's avatar Jun

add sudo permission

parent a525be12
......@@ -28,9 +28,9 @@
},
"homepage": "https://github.com/leadream/juuust-icon#readme",
"scripts": {
"generate": "rm -rf src/icons && node bin/build.js",
"build:bundle": "rm -rf dist && rollup --config rollup.config.js",
"build:es": "rm -rf build && babel src --out-dir build --copy-files",
"generate": "sudo rm -rf src/icons && node bin/build.js",
"build:bundle": "sudo rm -rf dist && rollup --config rollup.config.js",
"build:es": "sudo rm -rf build && babel src --out-dir build --copy-files",
"build": "concurrently \"yarn:build:*\""
},
"config": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment