rondo-framework/Buildfile
Jerko Steiner 7711a9596c Remove markdown from client-side
Markdown parser takes too much space in the final compressed bundle
2019-04-11 12:20:39 +08:00

19 lines
266 B
Ruby

build_ts:
tsc -b packages/
watch_ts:
tsc --build packages/ --watch --preserveWatchOutput
add:
mkdir packages/$(name)
cp -r template/* packages/$(name)/
clean:
rm -rf packages/*/{lib,esm}
sync-esm-config:
node scripts/sync-esm-config.js
test:
jest