blastmud-site/build.sh

6 lines
109 B
Bash
Raw Normal View History

2022-12-23 20:17:19 +11:00
#!/bin/bash
2023-02-17 02:12:23 +11:00
npx -y webpack
cp ./node_modules/xterm/css/xterm.css ./assets/
2022-12-23 20:17:19 +11:00
cp dist/main.js ./assets/main.js