Skip to content

Commit

Permalink
chore: add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 19, 2024
1 parent ce1f4ae commit e755ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"build": "nuxt-module-build build",
"prepack": "pnpm build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
Expand Down

0 comments on commit e755ac4

Please sign in to comment.