6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf build
|
|
rm -rf tmp
|
|
tsc
|
|
rsync -a --exclude=*.ts src/ build/ |