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