Skip to content

Commit 72025f2

Browse files
chore: add package to package.json
1 parent c768bb9 commit 72025f2

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
@@ -51,6 +51,7 @@
5151
"ts-node": "^10.5.0",
5252
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
5353
"tsconfig-paths": "^4.0.0",
54+
"tslib": "^2.8.1",
5455
"typescript": "5.8.3",
5556
"typescript-eslint": "8.31.1"
5657
},

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)