Skip to content

Commit

Permalink
fix copyTemplateFiles script
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Oct 1, 2024
1 parent af54587 commit 05df4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions copy-template-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const templateFiles = [
'templates/ts/core/fetchApiRequestHandler.ts',
'templates/ts/core/scopedRequestHandler.ts',
'templates/ts/core/zodValidationRequestHandler.ts',
'templates/ts/core/responseExtractors.ts',
];

function copyCoreTemplateFiles() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkognitro/oas-tszod-gen",
"version": "0.0.15",
"version": "0.0.16",
"files": [
"./dist",
"./LICENSE",
Expand Down

0 comments on commit 05df4a8

Please sign in to comment.