aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev/peertube-cli.sh
blob: 172bf038ed4fe1f76e6b5c29f9fbd19bf092e7c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -eu

rm -rf ./apps/peertube-cli/dist

cd ./apps/peertube-cli

../../node_modules/.bin/concurrently -k \
  "../../node_modules/.bin/tsc -w --noEmit" \
  "node ./scripts/watch.js"