]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/release.sh
Add no result text if there are no results
[github/Chocobozzz/PeerTube.git] / scripts / release.sh
1 #!/bin/bash
2
3 npm run build
4 npm test
5
6 cd ../ || exit -1
7 zip -r PeerTube/peertube.zip PeerTube/{CREDITS.md,node_modules,FAQ.md,LICENSE,README.md,client/dist/,client/yarn.lock,client/package.json,config,dist,package.json,scripts,support,tsconfig.json,yarn.lock}