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

13 lines
153 B

  1. #!/bin/bash
  2. set -eu
  3. cd ./apps/peertube-cli
  4. rm -rf ./dist
  5. ../../node_modules/.bin/tsc -b --verbose
  6. rm -rf ./dist
  7. mkdir ./dist
  8. node ./scripts/build.js