1772b383d
3a4992633
1 2 3 4
5
6
7
8 9 10
11
#!/bin/bash set -eu rm -rf ./apps/peertube-runner/dist cd ./apps/peertube-runner ../../node_modules/.bin/concurrently -k \ "../../node_modules/.bin/tsc -w --noEmit" \ "node ./scripts/watch.js"