8 lines
116 B
Batchfile
8 lines
116 B
Batchfile
@echo off
|
|
|
|
pushd src
|
|
node ../tools/embed.js
|
|
node ../node_modules/typescript/lib/tsc.js
|
|
node ../tools/purify.js
|
|
popd
|