mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixes for npm prestart event
This commit is contained in:
parent
f42ef255f9
commit
2de84f5ec5
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"build.dev": "gulp dev",
|
||||
"build.prod": "gulp build",
|
||||
"prestart": "npm install",
|
||||
"prestart": "npm install && npm run tsc -p tsconfig.dev.json",
|
||||
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
|
||||
"test": "live-server --open=tests-runner.html",
|
||||
"tsc": "tsc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user