diff --git a/handwritten/firestore/package.json b/handwritten/firestore/package.json index 42744f778c67..b998c8341b53 100644 --- a/handwritten/firestore/package.json +++ b/handwritten/firestore/package.json @@ -53,9 +53,8 @@ "presystem-test": "npm run compile", "samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../", "conformance": "mocha build/conformance", - "preconformance": "npm run compile", "test-only": "c8 mocha build/test", - "pretest-only": "npm run compile", + "pretest": "npm run compile", "test": "npm run test-only && npm run conformance", "lint": "gts check", "clean": "gts clean",