We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91bac5 commit 229b9daCopy full SHA for 229b9da
agent-demo/package.json
@@ -5,7 +5,7 @@
5
"license": "GPL-3.0 OR PROPRIETARY",
6
"scripts": {
7
"dev": "next dev --turbopack",
8
- "build": "next build",
+ "build:agent-demo": "next build",
9
"start": "next start",
10
"lint": "next lint",
11
"prettier": "prettier --check .",
package.json
@@ -43,6 +43,7 @@
43
"build": "nx run-many --target=build",
44
"build:clean": "pnpm run clean && pnpm run gen && pnpm run clean && pnpm run build",
45
"build:site": "nx run-many --target=build:site",
46
+ "build:agent-demo": "nx run-many --target=build:agent-demo",
47
"clean": "nx run-many --target=clean",
48
"deploy": "nx release --skip-publish",
49
"gen": "nx run @blocknote/dev-scripts:gen",
0 commit comments