Skip to content

Commit

Permalink
chore: remove "nuxt postinstall"
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jun 1, 2023
1 parent fa60b79 commit cda07c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/playgrounds/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "nuxt prepare && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
Expand Down

1 comment on commit cda07c2

@vercel
Copy link

@vercel vercel bot commented on cda07c2 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.