rondo-framework/Buildfile

10 lines
105 B
Ruby

ts:
tsc -b packages/
add:
mkdir packages/$(name)
cp -r template/* packages/$(name)/
test:
jest