mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Watch package.json
This commit is contained in:
parent
49bc7a1735
commit
31337f00cc
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user