1
0
Fork 0
peertube/scripts/release.sh

8 lines
259 B
Bash
Raw Normal View History

2017-10-31 17:57:32 +00:00
#!/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}