Files
webtorrent-desktop/bin/release-_pre.sh
Feross Aboukhadijeh 475ef8c6d0 add release scripts
2016-03-21 23:33:31 -07:00

9 lines
92 B
Bash
Executable File

#!/bin/sh
set -e
git pull
npm run update-authors
git diff --exit-code
npm install
npm test