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 c6900e4 commit 35f620eCopy full SHA for 35f620e
docs/package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"dev": "next dev --turbo",
8
"dev:email": "email dev",
9
+ "prebuild:site": "nx run @blocknote/dev-scripts:gen",
10
"build:site": "fumadocs-mdx && next build --turbo",
11
"start": "next start",
12
"postinstall": "fumadocs-mdx",
nx.json
@@ -24,7 +24,8 @@
24
},
25
"build:site": {
26
"cache": true,
27
- "dependsOn": ["^build", "^gen"],
+ "dependsOn": ["^build"],
28
+ "inputs": ["{workspaceRoot}/examples/**/*"],
29
"outputs": [
30
"{projectRoot}/dist",
31
"{projectRoot}/.next",
0 commit comments