Skip to content

Commit 1777ffa

Browse files
committed
remove generated package.json file
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.
1 parent 6437e26 commit 1777ffa

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

generate-client.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ fi
2222
TYPESCRIPT="${GEN_ROOT}/openapi/typescript.sh"
2323
echo ">>> Running ${TYPESCRIPT}"
2424
${TYPESCRIPT} src/gen settings
25+
rm -f src/gen/package.json
2526
echo ">>> Done."

src/gen/package.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)