Commit 83a1b10e authored by Jun's avatar Jun

add sudo permission

parent edf3115c
{ {
"name": "juuust-icon", "name": "juuust-icon",
"version": "0.1.21", "version": "0.1.19",
"description": "Icon automation workflow with Figma", "description": "Icon automation workflow with Figma",
"main": "dist/index.js", "main": "dist/index.js",
"module": "build/index.js", "module": "build/index.js",
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
}, },
"homepage": "https://github.com/leadream/juuust-icon#readme", "homepage": "https://github.com/leadream/juuust-icon#readme",
"scripts": { "scripts": {
"generate": "rm -rf src/icons && node bin/build.js", "generate": "sudo rm -rf src/icons && node bin/build.js",
"build:bundle": "rm -rf dist && rollup --config rollup.config.js", "build:bundle": "sudo rm -rf dist && rollup --config rollup.config.js",
"build:es": "rm -rf build && babel src --out-dir build --copy-files", "build:es": "sudo rm -rf build && babel src --out-dir build --copy-files",
"build": "concurrently \"yarn:build:*\"" "build": "concurrently \"yarn:build:*\""
}, },
"config": { "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