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:
Maurizio Vitale
2021-01-18 10:40:35 +00:00
committed by GitHub
parent 042c1b04a9
commit 8dd43ef4af
11 changed files with 107 additions and 88 deletions
+1 -1
View File
@@ -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",