Commit 49bc7a17 authored by Cole Bemis's avatar Cole Bemis

Add npm scripts

parent b25e6c25
......@@ -6,5 +6,17 @@
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"license": "MIT"
}
\ No newline at end of file
"scripts": {
"start": "parallelshell 'jekyll serve' 'npm run watch'",
"watch": "onchange 'icons/**/*' -v -i -- npm run make",
"build": "npm run make && jekyll build",
"make": "npm run make:manifest && npm run make:zip",
"make:manifest": "./bin/make-manifest.sh > manifest.json",
"make:zip": "./bin/make-zip.sh"
},
"license": "MIT",
"devDependencies": {
"onchange": "^3.2.1",
"parallelshell": "^2.0.0"
}
}
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