Compare commits

...

2 Commits

1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"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/",
"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",