nx/scripts/build.sh

6 lines
79 B
Bash
Executable File

#!/bin/bash
rm -rf build
tsc
rsync -a --exclude=*.ts packages/ build/packages