Skip to content

Commit b2e136c

Browse files
committed
πŸ”– v1.0.0-beta.3
1 parent d1728dd commit b2e136c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm install --frozen-lockfile
4444

4545
- name: πŸ‘· Build
46-
run: npm build
46+
run: npm run build
4747

4848
- name: πŸš€ Publish release
4949
env:

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devfolioco/react-mde",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "React Markdown Editor",
55
"main": "./lib/js/index.js",
66
"types": "./lib/definitions/index.d.ts",

0 commit comments

Comments
Β (0)