server.sh 87 B

12345678
  1. #!/bin/sh
  2. set -eu
  3. rm -rf ./dist
  4. npm run tsc
  5. cp -r "./server/static" "./dist/server"