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 c65cda0 commit 4747086Copy full SHA for 4747086
target_chains/solana/sdk/js/pyth_solana_receiver/package.json
@@ -20,6 +20,7 @@
20
"build": "tsc",
21
"format": "prettier --write \"src/**/*.ts\"",
22
"lint": "eslint src/",
23
+ "test": "jest src/ --passWithNoTests",
24
"prepublishOnly": "npm run build && npm test && npm run lint",
25
"preversion": "npm run lint",
26
"version": "npm run format && git add -A src"
0 commit comments