[tests] Update package.json scripts (#8318)

This PR consolidates all the `test` scripts to be the same and removes the `prepublishOnly` script since we always run `build` before publishing to npm.
This commit is contained in:
Steven
2022-08-04 11:02:56 -04:00
committed by GitHub
parent 7db6436797
commit 8505872f55
15 changed files with 16 additions and 31 deletions

View File

@@ -17,8 +17,7 @@
"build": "node build",
"test": "jest --env node --verbose --runInBand --bail",
"test-unit": "yarn test test/unit.test.ts",
"test-integration-once": "yarn test test/integration.test.ts",
"prepublishOnly": "node build"
"test-integration-once": "yarn test test/integration.test.ts"
},
"devDependencies": {
"@types/execa": "^0.9.0",