Files
webtorrent-desktop/bin/release-_pre.sh
2016-06-02 13:50:36 -07:00

9 lines
80 B
Bash
Executable File

#!/bin/sh
set -e
git pull
rm -rf node_modules/
npm install
npm dedupe
npm test