diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-31 18:57:32 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-31 18:57:32 +0100 |
commit | 08535e56aa4495adc62702897b241768c6d12f40 (patch) | |
tree | 2395fbea032d4b46344bc57ae3e8fec6b4b5a09b /scripts | |
parent | 15f25480dddca4ad2af10f1bb96b4c8858cd4335 (diff) | |
download | PeerTube-08535e56aa4495adc62702897b241768c6d12f40.tar.gz PeerTube-08535e56aa4495adc62702897b241768c6d12f40.tar.zst PeerTube-08535e56aa4495adc62702897b241768c6d12f40.zip |
Prepare release script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/release.sh b/scripts/release.sh new file mode 100755 index 000000000..572e6bdca --- /dev/null +++ b/scripts/release.sh | |||
@@ -0,0 +1,7 @@ | |||
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} | ||