Skip to content

Commit

Permalink
fix: Remove postinstall (#9)
Browse files Browse the repository at this point in the history
* fix: rm postinstall
  • Loading branch information
gbarkhatov authored Oct 24, 2024
1 parent abb2e66 commit 11d093c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@babylonlabs-io/babylon-proto-ts",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",
"scripts": {
"build": "node scripts/build-proto.js",
"prepare": "npm run build",
"postinstall": "npm run build"
"prepublishOnly": "npm run build"
},
"files": [
"src/generated/**/*"
Expand Down

0 comments on commit 11d093c

Please sign in to comment.