Skip to content

Commit af265b8

Browse files
jkwluischmidt-sebastian
authored andcommitted
build: run conformance test as part of npm test (#440)
1 parent cce183d commit af265b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",
3737
"conformance": "mocha build/conformance",
3838
"test-only": "nyc mocha build/test",
39-
"test": "npm run test-only",
39+
"test": "npm run test-only && npm run conformance",
4040
"lint": "gts check",
4141
"clean": "gts clean",
4242
"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

Comments
 (0)