aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release.sh
blob: 572e6bdca86188974105df74746f7e7b939d909d (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

npm run build
npm test

cd ../ || exit -1
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}