specify chromium browser

This commit is contained in:
Nils Norman Haukås 2017-04-15 20:37:43 +02:00
parent d11cd64e25
commit 75a32605a7

View file

@ -6,7 +6,7 @@
"scripts": {
"clean": "rm -r dist typings node_modules jspm_packages || true",
"build": "jspm bundle-sfx src/app/main.ts dist/app.js && ./build.sh",
"start": "browser-sync start --no-notify -b chromium-browser --startPath test/ --server --files 'src/**/*'",
"start": "browser-sync start --no-notify -b chromium --startPath test/ --server --files 'src/**/*'",
"package": "rm dist.zip && zip -r dist.zip dist",
"postinstall": "typings install && jspm install"
},