Skip to content

Commit

Permalink
fix: BlockNoteView types export (#457)
Browse files Browse the repository at this point in the history
* Added "clean" script

* Fixed "clean" script

* Added `clean` script to `build` script
  • Loading branch information
matthewlipski committed Dec 8, 2023
1 parent b289c8b commit d4bb58f
Show file tree
Hide file tree
Showing 6 changed files with 644 additions and 8 deletions.
4 changes: 3 additions & 1 deletion examples/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --max-warnings 0"
"lint": "eslint src --max-warnings 0",
"clean": "rimraf dist"
},
"dependencies": {
"@blocknote/core": "^0.10.0",
Expand All @@ -23,6 +24,7 @@
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.10.0",
"rimraf": "^5.0.5",
"rollup-plugin-webpack-stats": "^0.2.2",
"vite": "^4.4.8",
"vite-plugin-eslint": "^1.8.1"
Expand Down

2 comments on commit d4bb58f

@vercel
Copy link

@vercel vercel bot commented on d4bb58f Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blocknote – ./

blocknote-git-main-typecell.vercel.app
blocknote-typecell.vercel.app
blocknote-main.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d4bb58f Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.