Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lovefields committed Jun 1, 2023
1 parent ea4d4e8 commit 3e966a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: "@octocat"
- run: yarn install
# - run: yarn run dev:prepare
- run: yarn run dev:prepare
- run: yarn run prepack
- run: yarn publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragon-editor",
"version": "2.0.0-beta.1.2",
"version": "2.0.0-beta.1.3",
"description": "WYSIWYG editor on Nuxt.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e966a4

Please sign in to comment.