diff --git a/gauntlet/package.json b/gauntlet/package.json index 5ae0f5a34..efc512fdf 100644 --- a/gauntlet/package.json +++ b/gauntlet/package.json @@ -16,8 +16,8 @@ "gauntlet": "yarn build && node ./packages/gauntlet-solana-contracts/dist/index.js", "lint": "tsc -b ./tsconfig.json", "test": "yarn build && SKIP_PROMPTS=true jest --runInBand ./packages", - "test:coverage": "yarn build && yarn test-gauntlet --collectCoverage", - "test:ci": "yarn build && yarn test-gauntlet --ci", + "test:coverage": "yarn test --collectCoverage", + "test:ci": "yarn test --ci", "lint:format": "yarn prettier --check .", "format": "yarn prettier --write .", "clean": "tsc -b --clean ./tsconfig.json",