mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
package settings improvements
- added “npm install” on pre-start - added “bower install” on post install - calling “npm start” now should be enough to upgrade/run
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
"name": "angular2-quickstart",
|
"name": "angular2-quickstart",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prestart": "npm install",
|
||||||
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
|
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"tsc:w": "tsc -w",
|
"tsc:w": "tsc -w",
|
||||||
"lite": "lite-server",
|
"lite": "lite-server",
|
||||||
"typings": "typings",
|
"typings": "typings",
|
||||||
"postinstall": "typings install"
|
"postinstall": "bower install && typings install"
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user