This website requires JavaScript.
Explore
Help
Sign in
nilix
/
underbbs
Watch
2
Star
1
Fork
You've already forked underbbs
0
Code
Issues
6
Pull requests
Projects
1
Releases
Packages
Wiki
Activity
2244bbcf7a
underbbs
/
build.sh
9 lines
103 B
Bash
Raw
Normal View
History
Unescape
Escape
convert to typescript
2024-04-27 16:50:27 +00:00
#!/bin/sh
if
[
! -e ./src
]
;
then
mkdir ./src
fi
npx tsc
&&
add service worker - tsconfig is probably wrong
2024-04-28 19:33:10 +00:00
npx webpack --config webpack.config.js
Reference in a new issue
Copy permalink