vehicle-simulator/simulator/build.bat

8 lines
116 B
Batchfile
Raw Normal View History

2021-10-04 19:04:44 +01:00
@echo off
pushd src
2021-10-04 22:00:23 +01:00
node ../tools/embed.js
2021-10-04 19:04:44 +01:00
node ../node_modules/typescript/lib/tsc.js
2021-10-04 22:00:23 +01:00
node ../tools/purify.js
2021-10-04 19:04:44 +01:00
popd