Watch package.json

This commit is contained in:
Cole Bemis 2017-05-13 02:44:55 -07:00
parent 49bc7a1735
commit 31337f00cc

View File

@ -8,7 +8,7 @@
},
"scripts": {
"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",
"make": "npm run make:manifest && npm run make:zip",
"make:manifest": "./bin/make-manifest.sh > manifest.json",