Skip to content

Commit 54f09af

Browse files
committed
fix(package.json): trying a fix for Issue #2 - where Package.json version was not being updated
fix #2
1 parent 64f1281 commit 54f09af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"prepare": "npm run build",
1919
"packGithubBuild": "rm -rf ./microstream-client.tar.gz && tar -cvzf microstream-client.tar.gz dist CHANGELOG.md README.md LICENSE CONTRIBUTING.md package.json",
2020
"release": "npm run build && npm run packGithubBuild && semantic-release",
21-
"postrelease": "bun install && npm install",
2221
"commit": "cz",
2322
"test": "jest"
2423
},

0 commit comments

Comments
 (0)