mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
9 lines
224 B
Bash
Executable File
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
|