Skip to content

Commit

Permalink
chore: update dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Mar 19, 2024
1 parent 6ee3552 commit fd982c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -60,9 +60,9 @@
"scripts": {
"prepack": "nuxt-module-build prepare; nuxt-module-build",
"build": "nuxt-module-build prepare; nuxt-module-build build",
"dev": "nuxi dev playground",
"dev": "npm run dev:prepare; nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build && nuxt-module-build prepare && nuxi prepare playground",
"dev:docs": "nuxi dev docs",
"release": "release-it",
"lint": "eslint .",
Expand Down

0 comments on commit fd982c8

Please sign in to comment.