mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-14 06:10:10 +00:00
6 lines
98 B
Bash
6 lines
98 B
Bash
|
#!/usr/bin/bash
|
||
|
# set +e
|
||
|
# npx tsc -p ts/
|
||
|
# set -e
|
||
|
npx esbuild ts/* --outdir=data/static --minify
|