Skip to content

Commit

Permalink
chore: use build subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 4, 2023
1 parent 91c8e21 commit cabcf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"scripts": {
"dev": "nuxi dev playground",
"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 .js,.ts,.vue",
"lint:all": "pnpm lint .",
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"prepare": "husky install",
"prepublishOnly": "pnpm lint && pnpm test",
"release": "bumpp && pnpm publish",
Expand Down

0 comments on commit cabcf89

Please sign in to comment.