rondo-framework/Buildfile

13 lines
176 B
Ruby

build_ts:
tsc -b packages/
watch_ts:
tsc --build packages/ --watch --preserveWatchOutput
add:
mkdir packages/$(name)
cp -r template/* packages/$(name)/
test:
jest