Skip to content

Commit 23180fe

Browse files
committed
add site build command
1 parent ce7b3e4 commit 23180fe

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"start:built": "npx serve examples/editor/dist",
1717
"test:updateSnaps": "docker run --rm -e RUN_IN_DOCKER=true --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.25.0-focal npx playwright test --update-snapshots",
1818
"build": "lerna run --stream build --concurrency 1",
19+
"build:site": "lerna run --stream docs:build --concurrency 1",
1920
"lint": "lerna run --stream lint",
2021
"bootstrap": "lerna bootstrap --ci -- --force && patch-package",
2122
"install-new-packages": "lerna bootstrap -- --force && patch-package",

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "MPL-2.0",
1414
"dependencies": {
15-
"@blocknote/react": "^0.3.0",
15+
"@blocknote/react": "*",
1616
"veaury": "^2.3.12",
1717
"vue-github-button": "^3.1.0"
1818
},

0 commit comments

Comments
 (0)