allow "npm link" of the tool (#4974)

This commit is contained in:
Denys Vuika
2019-08-07 12:05:29 +02:00
committed by Eugenio Romano
parent 8adb9b2a25
commit e8f179e84d
5 changed files with 46 additions and 3406 deletions
+5 -3
View File
@@ -16,8 +16,9 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"scripts": {
"build-tsc": "tsc -p tsconfig.json",
"dist": "rm -rf ./dist/ && npm run build-tsc && cp -R ./bin ./dist/ && cp ./package.json ./dist/"
"build": "npm run build-tsc",
"build-tsc": "rm -rf ./bin/scripts && tsc -p tsconfig.json",
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp ./package.json ./dist/"
},
"dependencies": {
"commander": "^2.15.1",
@@ -27,7 +28,8 @@
"rxjs": ">=6.2.2",
"shelljs": "^0.8.3",
"spdx-license-list": "^5.0.0",
"ejs": "^2.6.1"
"ejs": "^2.6.1",
"typescript": "3.1.6"
},
"keywords": [
"alfresco-component"