Skip to content

Commit 4ae67ce

Browse files
Fix bot build
1 parent d6fd3dd commit 4ae67ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"scripts": {
66
"build": "turbo run build",
7-
"build:bot": "turbo run build --filter=bot...",
7+
"build:bot": "turbo run build --filter=@nextjs-forum/bot...",
88
"start": "turbo run start",
9-
"start:bot": "turbo run start --filter=bot",
9+
"start:bot": "turbo run start --filter=@nextjs-forum/bot",
1010
"dev": "turbo run dev",
1111
"lint": "turbo run lint",
1212
"migrate": "pnpm --filter=@nextjs-forum/db migrate",

0 commit comments

Comments
 (0)