Cat-Printer/0-transpile.sh
2022-04-06 18:13:19 +08:00

5 lines
104 B
Bash
Executable File

#!/bin/sh
cd www
npx tsc --allowJs --outFile main.comp.js polyfill.js i18n.js image.js main.js
cd ..