added build.bat
This commit is contained in:
parent
61f205d6de
commit
5a6e1864a8
7
simulator/build.bat
Normal file
7
simulator/build.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
pushd src
|
||||
node embed.js
|
||||
node ../node_modules/typescript/lib/tsc.js
|
||||
node purify.js
|
||||
popd
|
Loading…
Reference in New Issue
Block a user