Skip to content

Commit

Permalink
Tools: Fix script launch on newer node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKoestler committed May 15, 2023
1 parent 2b85701 commit 61b6efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/hcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"contact": {
"url": "https://docs.hetzner.cloud/"
},
"version": "8db4c7c-dirty"
"version": "2b85701-dirty"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build": "tsc -p .",
"convert": "./node_modules/.bin/ts-node ./src/index.ts",
"convert": "ts-node ./src/index.ts",
"preinstall": "npx npm-force-resolutions"
},
"author": "Maximilian Köstler",
Expand Down

0 comments on commit 61b6efb

Please sign in to comment.