mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
allow "npm link" of the tool (#4974)
This commit is contained in:
committed by
Eugenio Romano
parent
8adb9b2a25
commit
e8f179e84d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user