mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [AAE-9186] Filter tasks by assignee * add status filter enum * remove useless case * remove useless unit test * improve task assignment filter unit tests * remove useless imports * rebase * fix lint * run the copydist only for affected * Build always cli and testing to use local * Add back test and cli Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
11 lines
208 B
Bash
Executable File
11 lines
208 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
cd $DIR/../..
|
|
|
|
echo "====== Core ======"
|
|
|
|
echo "====== Prebuilt Themes ====="
|
|
nx affected $NX_CALCULATION_FLAGS --target=pretheme
|