This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Shiqi
/
cdn-front-monitor-server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b25b098282
Branches
Tags
master
cdn-front-mo...
/
build.sh
build.sh
128 B
History
Raw
1
2
3
4
5
6
7
set -e
# 编译ts为js
# npm run tsc
# 编译生成二进制文件
pkg . --out-path ./dist
# 清理临时js文件
npm run clean