]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/release.sh
Fix account names validation
[github/Chocobozzz/PeerTube.git] / scripts / release.sh
CommitLineData
08535e56
C
1#!/bin/bash
2
3npm run build
4npm test
5
6cd ../ || exit -1
7zip -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}