commit | 68efc54141a51bd74418a5ecc12a39f554298ded | [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 | 2b54546251e069f432441c33dd2d95c0e5500220 [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",