ニジカ投稿局 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.

peertube-cli.sh 195 B

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