Skip to content

Commit

Permalink
fix: module folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lovefields committed Jun 1, 2023
1 parent 81c898d commit ea4d4e8
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 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 .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
registry=https://registry.npmjs.org/
always-auth=true
shamefully-hoist=true
strict-peer-dependencies=false
strict-peer-dependencies=false
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.1",
"version": "2.0.0-beta.1.2",
"description": "WYSIWYG editor on Nuxt.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineNuxtModule({
// addComponentsDir(resolver.resolve("./shared/components"));
addComponent({
name: 'DragonEditorComment',
filePath: resolver.resolve('./shared/components/DragonEditorComment')
filePath: resolver.resolve('./runtime/components/DragonEditorComment')
});
}
})
File renamed without changes.

0 comments on commit ea4d4e8

Please sign in to comment.