mirror of https://github.com/grpc/grpc-node.git
grpc-js: Regenerate test files in prepare script
This commit is contained in:
parent
30e7287427
commit
0df98cedbb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue