| commit | 194c0754bb482824c3cb07d6432c7b95707d0a72 | [log] [tgz] |
|---|---|---|
| author | Jan Lehnardt <jan@apache.org> | Fri Jun 21 16:43:50 2024 +0200 |
| committer | Alba HerrerĂas <albaherreriasdev@gmail.com> | Fri Jun 21 16:33:56 2024 +0100 |
| tree | 58189df391ca253acf17557aa4099b58e3f18c14 | |
| parent | ef0458314d8cdc4934e2aad96e07353e54d4af51 [diff] |
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"