fix: don't run ripple-binary-codec tests on install (#2260)

fix rbc scripts
This commit is contained in:
Mayukha Vadari
2023-04-06 13:03:23 -04:00
committed by GitHub
parent 18e777b093
commit be2aa32542
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@
"scripts": {
"build": "tsc -b && copyfiles ./src/enums/definitions.json ./dist/enums/",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"prepare": "npm run build && npm test",
"test": "jest --verbose false --silent=false ./test/*.test.js",
"prepublishOnly": "npm test",
"test": "npm run build && jest --verbose false --silent=false ./test/*.test.js",
"lint": "eslint . --ext .ts --ext .test.js"
},
"repository": {