Commit 31337f00 authored by Cole Bemis's avatar Cole Bemis

Watch package.json

parent 49bc7a17
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
}, },
"scripts": { "scripts": {
"start": "parallelshell 'jekyll serve' 'npm run watch'", "start": "parallelshell 'jekyll serve' 'npm run watch'",
"watch": "onchange 'icons/**/*' -v -i -- npm run make", "watch": "onchange 'icons/**/*' 'package.json' -v -i -- npm run make",
"build": "npm run make && jekyll build", "build": "npm run make && jekyll build",
"make": "npm run make:manifest && npm run make:zip", "make": "npm run make:manifest && npm run make:zip",
"make:manifest": "./bin/make-manifest.sh > manifest.json", "make:manifest": "./bin/make-manifest.sh > manifest.json",
......
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