We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1728dd commit b2e136cCopy full SHA for b2e136c
β.github/workflows/release.ymlβ
@@ -43,7 +43,7 @@ jobs:
43
run: npm install --frozen-lockfile
44
45
- name: π· Build
46
- run: npm build
+ run: npm run build
47
48
- name: π Publish release
49
env:
βpackage.jsonβ
@@ -1,6 +1,6 @@
1
{
2
"name": "@devfolioco/react-mde",
3
- "version": "1.0.0-beta.2",
+ "version": "1.0.0-beta.3",
4
"description": "React Markdown Editor",
5
"main": "./lib/js/index.js",
6
"types": "./lib/definitions/index.d.ts",
0 commit comments