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 006e411 commit c6900e4Copy full SHA for c6900e4
nx.json
@@ -24,7 +24,7 @@
24
},
25
"build:site": {
26
"cache": true,
27
- "dependsOn": ["^build"],
+ "dependsOn": ["^build", "^gen"],
28
"outputs": [
29
"{projectRoot}/dist",
30
"{projectRoot}/.next",
package.json
@@ -42,7 +42,7 @@
42
"dev:docs": "nx run docs:dev",
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": "pnpm run gen && nx run-many --target=build:site",
+ "build:site": "nx run-many --target=build:site",
46
"clean": "nx run-many --target=clean",
47
"deploy": "nx release --skip-publish",
48
"gen": "nx run @blocknote/dev-scripts:gen",
0 commit comments