nx/scripts/build.sh
2017-09-14 11:46:54 -04:00

6 lines
79 B
Bash
Executable File

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