add release scripts

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 23:33:31 -07:00
parent e269489639
commit 475ef8c6d0
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