Skip to content

Commit

Permalink
fix: using the next-module-build commands explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
TakNePoidet committed Oct 28, 2023
1 parent 86b7666 commit fc9df27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"dist"
],
"scripts": {
"build": "nuxt-module-build",
"build": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:docs": "nuxi dev docs",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
"lint": "eslint --ext .ts --ext .vue .",
"prepublishOnly": "npm run build",
"release": "npm run test && release-it",
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build prepare",
"test": "vitest run"
},
"dependencies": {
Expand Down

0 comments on commit fc9df27

Please sign in to comment.