Skip to content

Commit

Permalink
remove generated package.json file
Browse files Browse the repository at this point in the history
The main field in the generated package.json file points to an
invalid location and triggers a deprecation warning in Node. This
commit removes the file.
  • Loading branch information
cjihrig committed Oct 27, 2024
1 parent 6437e26 commit 1777ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
1 change: 1 addition & 0 deletions generate-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ fi
TYPESCRIPT="${GEN_ROOT}/openapi/typescript.sh"
echo ">>> Running ${TYPESCRIPT}"
${TYPESCRIPT} src/gen settings
rm -f src/gen/package.json
echo ">>> Done."
43 changes: 0 additions & 43 deletions src/gen/package.json

This file was deleted.

0 comments on commit 1777ffa

Please sign in to comment.