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 a3370de commit fde5a32Copy full SHA for fde5a32
package.json
@@ -18,6 +18,7 @@
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 packGithubBuild && semantic-release",
21
+ "postrelease": "bun install && npm install",
22
"commit": "cz",
23
"test": "jest"
24
},
0 commit comments