We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f1281 commit 54f09afCopy full SHA for 54f09af
package.json
@@ -18,7 +18,6 @@
18
"prepare": "npm run build",
19
"packGithubBuild": "rm -rf ./microstream-client.tar.gz && tar -cvzf microstream-client.tar.gz dist CHANGELOG.md README.md LICENSE CONTRIBUTING.md package.json",
20
"release": "npm run build && npm run packGithubBuild && semantic-release",
21
- "postrelease": "bun install && npm install",
22
"commit": "cz",
23
"test": "jest"
24
},
0 commit comments