Skip to content

Commit 28293f9

Browse files
chore: add package to package.json
1 parent 91f7fcf commit 28293f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"ts-node": "^10.5.0",
5656
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
5757
"tsconfig-paths": "^4.0.0",
58+
"tslib": "^2.8.1",
5859
"typescript": "5.8.3",
5960
"typescript-eslint": "8.31.1",
6061
"zod": "^4.0.17"

scripts/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ echo "==> Installing Node dependencies…"
1515

1616
PACKAGE_MANAGER=$(command -v yarn >/dev/null 2>&1 && echo "yarn" || echo "npm")
1717

18-
$PACKAGE_MANAGER install
18+
$PACKAGE_MANAGER install "$@"

0 commit comments

Comments
 (0)