Send wzrd to background & open browser automagically

This commit is contained in:
Starbeamrainbowlabs 2016-12-26 17:58:24 +00:00
parent b62a53e3ec
commit 307f844c8b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"scripts": {
"env": "env",
"test": "echo (There aren't any tests yet!)",
"start": "wzrd $npm_package_main:$npm_package_config_browserify_bundle",
"start": "wzrd $npm_package_main:$npm_package_config_browserify_bundle & sensible-browser http://localhost:9966/",
"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",