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 295e7fa commit 7339718Copy full SHA for 7339718
apps/hermes/client/js/package.json
@@ -26,7 +26,7 @@
26
"example": "node lib/examples/HermesClient.js",
27
"format": "prettier --write \"src/**/*.ts\"",
28
"test:lint": "eslint src/",
29
- "prepublishOnly": "pnpm run build && pnpm run test:lint",
+ "prepublishOnly": "pnpm run build:typescript && pnpm run test:lint",
30
"preversion": "pnpm run test:lint",
31
"version": "pnpm run format && git add -A src"
32
},
0 commit comments