We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f7fcf commit 28293f9Copy full SHA for 28293f9
package.json
@@ -55,6 +55,7 @@
55
"ts-node": "^10.5.0",
56
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
57
"tsconfig-paths": "^4.0.0",
58
+ "tslib": "^2.8.1",
59
"typescript": "5.8.3",
60
"typescript-eslint": "8.31.1",
61
"zod": "^4.0.17"
scripts/bootstrap
@@ -15,4 +15,4 @@ echo "==> Installing Node dependencies…"
15
16
PACKAGE_MANAGER=$(command -v yarn >/dev/null 2>&1 && echo "yarn" || echo "npm")
17
18
-$PACKAGE_MANAGER install
+$PACKAGE_MANAGER install "$@"
0 commit comments