mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
adf-cli init aps env - Upload the APS default app (#6538)
* use only 1 js api * skip tslint * Remove the acs content to be moved in a different init script * Remove useless variable * Remove useless import
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"develop": "tsc -p tsconfig.json --watch",
|
||||
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./templates ./dist && cp ./package.json ./dist/"
|
||||
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./resources ./dist && cp -R ./templates ./dist && cp ./package.json ./dist/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": "4.2.0",
|
||||
|
||||
Reference in New Issue
Block a user