commit | 9838b2ebc3cf4922822f5bfebc8f141dc429e3d9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Tue Jan 26 15:33:37 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Tue Jan 26 15:33:37 2016 -0800 |
tree | 99ed8fa46660e911dee9fb8a535decfa5f416641 | |
parent | c6036506b8d998b88ef05ea606fcba53958bb5dd [diff] |
Added prestart npm script to install dependecies
diff --git a/views/ngXosViews/subscriberPortal/package.json b/views/ngXosViews/subscriberPortal/package.json index d1be078..94254b8 100644 --- a/views/ngXosViews/subscriberPortal/package.json +++ b/views/ngXosViews/subscriberPortal/package.json
@@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "test": "karma start", + "prestart": "npm install && bower install", "start": "browser-sync start --config bs-config.js" }, "author": "Matteo Scandolo",