Skip to content

Commit 229b9da

Browse files
committed
build
1 parent d91bac5 commit 229b9da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

agent-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-3.0 OR PROPRIETARY",
66
"scripts": {
77
"dev": "next dev --turbopack",
8-
"build": "next build",
8+
"build:agent-demo": "next build",
99
"start": "next start",
1010
"lint": "next lint",
1111
"prettier": "prettier --check .",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"build": "nx run-many --target=build",
4444
"build:clean": "pnpm run clean && pnpm run gen && pnpm run clean && pnpm run build",
4545
"build:site": "nx run-many --target=build:site",
46+
"build:agent-demo": "nx run-many --target=build:agent-demo",
4647
"clean": "nx run-many --target=clean",
4748
"deploy": "nx release --skip-publish",
4849
"gen": "nx run @blocknote/dev-scripts:gen",

0 commit comments

Comments
 (0)