Skip to content

Commit

Permalink
Remove prepare playgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
kieuminhcanh committed Dec 12, 2024
1 parent df4d1f9 commit b68ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"docs:generate": "nuxi generate docs",
"dev:vite": "cd vite && vite",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare docs",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
"release": "npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
Expand Down

0 comments on commit b68ca0e

Please sign in to comment.