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

3 lines
68 B
Bash

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