Skip to content

Commit

Permalink
Revert "chore: remove nuxt update on build & dev"
Browse files Browse the repository at this point in the history
This reverts commit 2f7c747.
  • Loading branch information
jd-solanki committed Dec 26, 2022
1 parent 23612ca commit 9221e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/anu-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"dist"
],
"scripts": {
"build": "pnpm dev:prepare && pnpm nuxt-module-build",
"dev": "pnpm dev:prepare && nuxi dev playground",
"build": "pnpm gen-imports && pnpm dev:prepare && pnpm nuxt-module-build",
"dev": "pnpm gen-imports && pnpm dev:prepare && nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"gen-imports": "na tsx ../../scripts/update-nuxt.ts",
Expand Down

0 comments on commit 9221e32

Please sign in to comment.