mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
11 lines
260 B
Bash
Executable File
11 lines
260 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
cd $DIR/../..
|
|
|
|
echo "====== Build Themes ====="
|
|
nx build demoshell && \
|
|
mkdir -p ./lib/dist/core/prebuilt-themes && \
|
|
cp ./dist/demo-shell/adf-*.css ./lib/dist/core/prebuilt-themes/
|