mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +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:
Executable
+8
@@ -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