Add watch_ts to Buildfile

This commit is contained in:
Jerko Steiner 2019-03-16 10:13:08 +05:00
parent 360dc83ded
commit 20324bdff2

View File

@ -1,6 +1,9 @@
ts:
build_ts:
tsc -b packages/
watch_ts:
tsc --build packages/ --watch --preserveWatchOutput
add:
mkdir packages/$(name)
cp -r template/* packages/$(name)/