|
|
@ -152,7 +152,7 @@ |
|
|
|
"serve": "execr --silent http-server .", |
|
|
|
"serve": "execr --silent http-server .", |
|
|
|
"sourcemap": "exorcist --root ../ build/app.js.map > build/app.js", |
|
|
|
"sourcemap": "exorcist --root ../ build/app.js.map > build/app.js", |
|
|
|
"start": "npm-run-all -lpr serve watch onchange", |
|
|
|
"start": "npm-run-all -lpr serve watch onchange", |
|
|
|
"test": "standard; npm run csslint; node test/index.js", |
|
|
|
"test": "npm run csslint; standard && node test/index.js", |
|
|
|
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", |
|
|
|
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", |
|
|
|
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js" |
|
|
|
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js" |
|
|
|
} |
|
|
|
} |
|
|
|