mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2755] SSO: Simplify changing alfresco-js-api (#1290)
* include alfresco-js-api * provide update submodules as reset for the submodules
This commit is contained in:
8
scripts/install-local-js-api.sh
Executable file
8
scripts/install-local-js-api.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
Reference in New Issue
Block a user