Skip to content

Commit

Permalink
fix(hermes-client): fix hermes-client prepublish script (#2115)
Browse files Browse the repository at this point in the history
* fix

* revert version
  • Loading branch information
cctdaniel authored Nov 13, 2024
1 parent 295e7fa commit 7339718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hermes/client/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"example": "node lib/examples/HermesClient.js",
"format": "prettier --write \"src/**/*.ts\"",
"test:lint": "eslint src/",
"prepublishOnly": "pnpm run build && pnpm run test:lint",
"prepublishOnly": "pnpm run build:typescript && pnpm run test:lint",
"preversion": "pnpm run test:lint",
"version": "pnpm run format && git add -A src"
},
Expand Down

0 comments on commit 7339718

Please sign in to comment.