Skip to content

Commit 7339718

Browse files
authored
fix(hermes-client): fix hermes-client prepublish script (#2115)
* fix * revert version
1 parent 295e7fa commit 7339718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hermes/client/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"example": "node lib/examples/HermesClient.js",
2727
"format": "prettier --write \"src/**/*.ts\"",
2828
"test:lint": "eslint src/",
29-
"prepublishOnly": "pnpm run build && pnpm run test:lint",
29+
"prepublishOnly": "pnpm run build:typescript && pnpm run test:lint",
3030
"preversion": "pnpm run test:lint",
3131
"version": "pnpm run format && git add -A src"
3232
},

0 commit comments

Comments
 (0)