vehicle-simulator/simulator/build.sh

7 lines
102 B
Bash
Raw Normal View History

2021-10-02 11:19:07 +01:00
#!/bin/bash
2021-10-02 11:19:07 +01:00
cd src
2021-10-04 22:00:23 +01:00
node ../tools/embed.js
2021-10-02 11:19:07 +01:00
../node_modules/typescript/bin/tsc
2021-10-04 22:00:23 +01:00
node ../tools/purify.js