testing heroku deploy

This commit is contained in:
2018-08-31 14:13:35 +05:30
parent 28e86cf328
commit 3c2a9e8225

View File

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