Federated video streaming platform using ActivityPub and P2P in the web browser with Angular. https://joinpeertube.org/
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.
 
 
 
 
 
 

19 lines
318 B

  1. #!/bin/sh
  2. set -eu
  3. NOCLIENT=1 yarn install --pure-lockfile
  4. rm -rf ./dist/server/tools/
  5. (
  6. cd ./server/tools
  7. yarn install --pure-lockfile
  8. ../../node_modules/.bin/tsc --build --verbose
  9. )
  10. cp -r "./server/tools/node_modules" "./dist/server/tools"
  11. npm run resolve-tspaths:cli
  12. npm run resolve-tspaths:server