- fix issue #16: removed build script and prebuild hook

- implement release script
This commit is contained in:
Sefa Ilkimen
2017-09-29 16:35:34 +02:00
parent 08554c02cb
commit 4954385361
3 changed files with 17 additions and 3 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
VERSION=$(node -e "console.log(require('./package.json').version)")
./scripts/update-tough-cookie.sh
npm publish
git tag "v$VERSION"