aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/build/server.sh
blob: 8a1d4ca9a0ba94ec54a989170e475936980958c5 (plain) (tree)
1
2
3
4
5
6
7
8


         



             
                                       
#!/bin/sh

set -eu

rm -rf ./dist

npm run tsc
cp -r "./server/static" "./dist/server"