Skip to content

Commit ebeb790

Browse files
committed
Add typescript as a dependency so the esbuild-decorator will work even when running in npx
1 parent e765240 commit ebeb790

File tree

3 files changed

+78
-26
lines changed

3 files changed

+78
-26
lines changed

.changeset/purple-garlics-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Add typescript as a dependency so the esbuild-decorator will work even when running in npx

packages/cli-v3/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
"url": "^0.11.1",
126126
"ws": "^8.12.0",
127127
"zod": "3.22.3",
128-
"zod-validation-error": "^1.5.0"
128+
"zod-validation-error": "^1.5.0",
129+
"typescript": "^5.4.0"
129130
},
130131
"engines": {
131132
"node": ">=18.0.0"

pnpm-lock.yaml

Lines changed: 71 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)