2021-10-02 11:19:07 +01:00
|
|
|
#!/bin/bash
|
2021-10-03 22:01:38 +01:00
|
|
|
|
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
|