ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
243 B

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