grpc-js: Regenerate test files in prepare script

This commit is contained in:
Michael Lumish 2025-07-02 11:09:16 -07:00
parent 30e7287427
commit 0df98cedbb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
"compile": "tsc -p .",
"format": "clang-format -i -style=\"{Language: JavaScript, BasedOnStyle: Google, ColumnLimit: 80}\" src/*.ts test/*.ts",
"lint": "eslint src/*.ts test/*.ts",
"prepare": "npm run generate-types && npm run compile",
"prepare": "npm run generate-types && npm run generate-test-types && npm run compile",
"test": "gulp test",
"check": "npm run lint",
"fix": "eslint --fix src/*.ts test/*.ts",