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

Commit 52c06a2

Browse files
authored
feat: Add npm run compile to the testproxy command (#1258)
* Add npm run compile to the testproxy command The test proxy references the compiled client library code. Every time the test proxy is run, we want it to reflect the source code so that as we develop we don’t get confused about what gets observed. * feat: Add npm run compile to the testproxy command
1 parent 44fab5c commit 52c06a2

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
@@ -42,7 +42,7 @@
4242
"pretest": "npm run compile",
4343
"test": "c8 mocha build/test",
4444
"test:snap": "SNAPSHOT_UPDATE=1 npm test",
45-
"testproxy": "node testproxy/index.js",
45+
"testproxy": "npm run compile && node testproxy/index.js",
4646
"clean": "gts clean",
4747
"precompile": "gts clean"
4848
},

0 commit comments

Comments
 (0)