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

Commit f44c799

Browse files
committed
build: include testproxy protos in build/
1 parent f1ccf53 commit f44c799

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
@@ -25,7 +25,7 @@
2525
"!**/*.map"
2626
],
2727
"scripts": {
28-
"compile": "tsc -p . && cp -r proto* build/",
28+
"compile": "tsc -p . && cp -r proto* build/ && cp -r testproxy/proto* build/testproxy/",
2929
"compile-protos": "compileProtos src && sh testproxy/compile-protos.sh",
3030
"predocs": "npm run compile",
3131
"docs": "jsdoc -c .jsdoc.js",

0 commit comments

Comments
 (0)