Skip to content

Commit c4984c4

Browse files
chore: add package to package.json
1 parent 12563a9 commit c4984c4

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
@@ -46,6 +46,7 @@
4646
"ts-node": "^10.5.0",
4747
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
4848
"tsconfig-paths": "^4.0.0",
49+
"tslib": "^2.8.1",
4950
"typescript": "5.8.3",
5051
"typescript-eslint": "8.31.1"
5152
},

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)