Files
climate-server/build.sh
2021-03-21 16:48:01 +01:00

3 lines
69 B
Bash

#!/bin/bash
(cd ./server && tsc) & (cd ./dashboard && npm run build)