Skip to content

Commit

Permalink
chore: update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Dec 13, 2023
1 parent 787efbf commit 5743728
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 @@ -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",
"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 All @@ -50,4 +50,4 @@
"access": "public"
},
"packageManager": "pnpm@8.12.1"
}
}

0 comments on commit 5743728

Please sign in to comment.