build.sh 240 B

1234567
  1. #!/bin/bash
  2. # Build frontend to `dashboard/js/build`
  3. cd dashboard/js && npm install && cd ../../
  4. cd dashboard/js && npm run build && cd ../../
  5. # Build statik file system in `dashboard/statik`
  6. statik -src=dashboard/js/build -dest=dashboard