Skip to content

Commit 4747086

Browse files
authored
fix(solana-receiver-js): Add test script to make prepublishOnly work (#1327)
1 parent c65cda0 commit 4747086

File tree

1 file changed

+1
-0
lines changed
  • target_chains/solana/sdk/js/pyth_solana_receiver

1 file changed

+1
-0
lines changed

target_chains/solana/sdk/js/pyth_solana_receiver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"build": "tsc",
2121
"format": "prettier --write \"src/**/*.ts\"",
2222
"lint": "eslint src/",
23+
"test": "jest src/ --passWithNoTests",
2324
"prepublishOnly": "npm run build && npm test && npm run lint",
2425
"preversion": "npm run lint",
2526
"version": "npm run format && git add -A src"

0 commit comments

Comments
 (0)