fix(solana-receiver-js): Add test script to make prepublishOnly work (#1327)

This commit is contained in:
Amin Moghaddam 2024-02-29 09:45:33 +01:00 committed by GitHub
parent c65cda000a
commit 47470860bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
"build": "tsc", "build": "tsc",
"format": "prettier --write \"src/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src/", "lint": "eslint src/",
"test": "jest src/ --passWithNoTests",
"prepublishOnly": "npm run build && npm test && npm run lint", "prepublishOnly": "npm run build && npm test && npm run lint",
"preversion": "npm run lint", "preversion": "npm run lint",
"version": "npm run format && git add -A src" "version": "npm run format && git add -A src"