alfresco-content-app/scripts/install-local-js-api.sh
Martin Muller 9007d40a8e
[ACA-2755] SSO: Simplify changing alfresco-js-api (#1290)
* include alfresco-js-api

* provide update submodules as reset for the submodules
2020-01-06 13:33:39 +01:00

9 lines
224 B
Bash
Executable File

#!/bin/bash
rm -rf node_modules
./alfresco-js-api/scripts/build.sh
npm install
rm -rf node_modules/@alfresco/js-api
mkdir -p node_modules/@alfresco/js-api
cp -rf alfresco-js-api/dist/package/* node_modules/@alfresco/js-api