Skip to content

Commit c10f185

Browse files
committed
update
1 parent 8aa65e2 commit c10f185

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

packages/nest/src/bin/build.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

workbench/nest/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"generate:workflows": "node ../scripts/generate-workflows-registry.js src/workflows src/lib/_workflow.ts",
77
"predev": "pnpm generate:workflows",
8-
"prebuild": "pnpm generate:workflows && workflow-nest-build",
8+
"prebuild": "pnpm generate:workflows && workflow build --target vercel-build-output-api",
99
"dev": "nest start --watch",
1010
"build": "nest build",
1111
"start": "node dist/main"
@@ -27,7 +27,6 @@
2727
"workflow": "workspace:*"
2828
},
2929
"devDependencies": {
30-
"@workflow/nest": "workspace:*",
3130
"@ai-sdk/react": "2.0.76",
3231
"@nestjs/cli": "^11.0.0",
3332
"@nestjs/schematics": "^11.0.0",

0 commit comments

Comments
 (0)