We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce183d commit af265b8Copy full SHA for af265b8
1 file changed
handwritten/firestore/package.json
@@ -36,7 +36,7 @@
36
"samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",
37
"conformance": "mocha build/conformance",
38
"test-only": "nyc mocha build/test",
39
- "test": "npm run test-only",
+ "test": "npm run test-only && npm run conformance",
40
"lint": "gts check",
41
"clean": "gts clean",
42
"compile": "tsc -p . && cp -r dev/protos build && cp -r dev/test/fake-certificate.json build/test/fake-certificate.json && cp dev/src/v1beta1/firestore_client_config.json build/src/v1beta1/ && cp dev/conformance/test-definition.proto build/conformance && cp dev/conformance/test-suite.binproto build/conformance",
0 commit comments