fix: drop deleted directory from release script
diff --git a/bin/release.sh b/bin/release.sh
index 25fc47d..0c8015d 100755
--- a/bin/release.sh
+++ b/bin/release.sh
@@ -31,7 +31,7 @@
 rm -fr lib src dist bower.json component.json package.json
 cp -r packages/node_modules/pouchdb/{src,lib,dist,bower.json,component.json,package.json} .
 git add -f -- lib src dist *.json
-git rm -fr packages bin docs scripts tests
+git rm -fr packages bin docs tests
 
 git commit -m "build $VERSION"