Skip to content

Commit 8a315dd

Browse files
committed
fix build and readme
1 parent 806198e commit 8a315dd

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Install Dependencies
4444
run: npm install
4545

46-
# - name: Bootstrap packages
47-
# run: npm run bootstrap
46+
- name: Bootstrap packages
47+
run: npm run bootstrap
4848

4949
- name: Lint packages
5050
run: npm run lint

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<a href="https://discord.gg/aDQxXezfNj"><img alt="Discord" src="https://img.shields.io/badge/Chat on discord%20-%237289DA.svg?&style=for-the-badge&logo=discord&logoColor=white"/></a>
44

5-
[![npm version](https://badge.fury.io/js/%blocknote%2Fcore.svg)](https://badge.fury.io/js/%blocknote%2Fcore)
5+
[![npm version](https://badge.fury.io/js/%40blocknote%2Fcore.svg)](https://badge.fury.io/js/%blocknote%2Fcore)
66

77
**Welcome to BlockNote editor: a "Notion-style" block-based extensible text editor built on top of [Prosemirror](https://prosemirror.net/) and [Tiptap](https://tiptap.dev/).**
88

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@blocknote/core",
3+
"homepage": "https://github.com/yousefed/blocknote",
34
"private": false,
45
"license": "MIT",
56
"version": "0.1.0-alpha.3",

0 commit comments

Comments
 (0)