mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixes for npm prestart event
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user