Skip to content

Commit

Permalink
fix(solana-receiver-js): Add test script to make prepublishOnly work (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m authored Feb 29, 2024
1 parent c65cda0 commit 4747086
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src/",
"test": "jest src/ --passWithNoTests",
"prepublishOnly": "npm run build && npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src"
Expand Down

0 comments on commit 4747086

Please sign in to comment.