Create stop script
This commit is contained in:
parent
307f844c8b
commit
fa9dea3bd4
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
"env": "env",
|
||||
"test": "echo (There aren't any tests yet!)",
|
||||
"start": "wzrd $npm_package_main:$npm_package_config_browserify_bundle & sensible-browser http://localhost:9966/",
|
||||
"stop": "kill $(pgrep --full wzrd)",
|
||||
"build": "browserify $npm_package_main -t rollupify -o $npm_package_config_browserify_bundle",
|
||||
"build.dev": "browserify $npm_package_main -t rollupify -o $npm_package_config_browserify_bundle --debug",
|
||||
"postinstall": "npm run build",
|
||||
|
|
Loading…
Reference in a new issue