- 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

8
scripts/update-tough-cookie.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
cd $ROOT
npm i
cp node_modules/umd-tough-cookie/lib/umd-tough-cookie.js www/umd-tough-cookie.js