This commit is contained in:
2018-08-31 14:37:26 +05:30
parent 3c2a9e8225
commit c28e9290de

View File

@@ -20,7 +20,7 @@
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "node app.js",
"start": "http-server -a localhost -p 8080 -c-1",
"pretest": "npm install",
"test": "karma start karma.conf.js",
"test-single-run": "karma start karma.conf.js --single-run",