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