add release scripts

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 23:33:31 -07:00
parent b4262d880e
commit 37d3817f65
6 changed files with 38 additions and 0 deletions

8
bin/release-_pre.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
git pull
npm run update-authors
git diff --exit-code
npm install
npm test