Skip to content

Commit 124f584

Browse files
committed
Merge branch 'main' of github.com:TypeCellOS/BlockNote into main
2 parents 3794645 + 35f620e commit 124f584

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"dev": "next dev --turbo",
88
"dev:email": "email dev",
9+
"prebuild:site": "nx run @blocknote/dev-scripts:gen",
910
"build:site": "fumadocs-mdx && next build --turbo",
1011
"start": "next start",
1112
"postinstall": "fumadocs-mdx",

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"build:site": {
2626
"cache": true,
2727
"dependsOn": ["^build"],
28+
"inputs": ["{workspaceRoot}/examples/**/*"],
2829
"outputs": [
2930
"{projectRoot}/dist",
3031
"{projectRoot}/.next",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dev:docs": "nx run docs:dev",
4343
"build": "nx run-many --target=build",
4444
"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",
45+
"build:site": "nx run-many --target=build:site",
4646
"clean": "nx run-many --target=clean",
4747
"deploy": "nx release --skip-publish",
4848
"gen": "nx run @blocknote/dev-scripts:gen",

0 commit comments

Comments
 (0)