File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 2525 "build:site" : {
2626 "cache" : true ,
2727 "dependsOn" : [" ^build" ],
28+ "inputs" : [" {workspaceRoot}/examples/**/*" ],
2829 "outputs" : [
2930 " {projectRoot}/dist" ,
3031 " {projectRoot}/.next" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments