Files
webtorrent-desktop/bin/release-_pre.sh
2016-03-21 23:37:22 -07:00

10 lines
113 B
Bash
Executable File

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