aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:36:47 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:36:47 +0000
commit8fcfa0c10075148adb0008b63e13ae2660822a77 (patch)
tree4b26b5d2bf3509454a6fb8d0ea31b4962d821dba
parentf3e9265f9f097fa5a0b7507107244aa69e0eba5a (diff)
specified a way to start npm
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ab81b7d..b441a94 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
},
"main": "app.js",
"scripts": {
+ "start": "node app.js",
"build-css": "./bin/build-css",
"postinstall": "./bin/build-css"
},