Skip to content

Commit fde5a32

Browse files
committed
fix(package.json): updating postRelease script to inclucke package lock files foe npm and bun
1 parent a3370de commit fde5a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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 packGithubBuild && semantic-release",
21+
"postrelease": "bun install && npm install",
2122
"commit": "cz",
2223
"test": "jest"
2324
},

0 commit comments

Comments
 (0)