Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit d8ea6a7

Browse files
Update compile script to copy the JSON file
1 parent deea27d commit d8ea6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test": "npm run test-only && npm run conformance",
4040
"lint": "gts check",
4141
"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/src/v1/firestore_client_config.json build/src/v1/ && cp dev/conformance/test-definition.proto build/conformance && cp dev/conformance/test-suite.binproto build/conformance",
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/*.json build/src/v1beta1/ && cp dev/src/v1/*.json build/src/v1/ && cp dev/conformance/test-definition.proto build/conformance && cp dev/conformance/test-suite.binproto build/conformance",
4343
"fix": "gts fix",
4444
"prepare": "npm run compile",
4545
"pretest-only": "npm run compile",

0 commit comments

Comments
 (0)