Skip to content

Commit 573c596

Browse files
committed
Merge branch 'main' into new-releases
# Conflicts: # examples/editor/package.json # packages/core/package.json # tests/package.json
2 parents 2f1b344 + c63e773 commit 573c596

File tree

11 files changed

+719
-59
lines changed

11 files changed

+719
-59
lines changed

examples/editor/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "vite",
77
"build": "tsc && vite build",
88
"preview": "vite preview",
9-
"lint": "eslint src --max-warnings 0"
9+
"lint": "eslint src --max-warnings 0",
10+
"clean": "rimraf dist"
1011
},
1112
"dependencies": {
1213
"@blocknote/core": "^0.10.0",
@@ -23,6 +24,7 @@
2324
"@types/react-dom": "^18.0.9",
2425
"@vitejs/plugin-react": "^4.0.4",
2526
"eslint": "^8.10.0",
27+
"rimraf": "^5.0.5",
2628
"rollup-plugin-webpack-stats": "^0.2.2",
2729
"vite": "^4.4.8",
2830
"vite-plugin-eslint": "^1.8.1"

0 commit comments

Comments
 (0)