Skip to content

Commit

Permalink
build: automatically generated src/generated/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 31, 2020
1 parent 80f1ec0 commit 262bc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-endpoints/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ type EmptyParams = {};`,
process.cwd(),
"src",
"generated",
"rest-endpoint-methods-types.ts"
"types.ts"
);

writeFileSync(definitionFilePath, source, "utf8");
Expand Down

0 comments on commit 262bc54

Please sign in to comment.