7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd src
|
|
node ../tools/embed.js
|
|
../node_modules/typescript/bin/tsc
|
|
node ../tools/purify.js
|