Skip to content

Commit

Permalink
chore: update module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Mar 23, 2024
1 parent fbaf723 commit 9317100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dist"
],
"scripts": {
"build": "nuxt-module-build",
"build": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint --ext .js,.ts,.vue",
"prepack": "pnpm build",
"release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"access": "public"
},
"packageManager": "pnpm@8.15.5"
}
}

0 comments on commit 9317100

Please sign in to comment.