Skip to content

Commit

Permalink
fix: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Oct 31, 2024
1 parent 503e97c commit 9e0b0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"dev:prepare": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "^3.0.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"postinstall": "nuxt prepare"
"dev:prepare": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "3.0.0-alpha.6",
Expand Down

0 comments on commit 9e0b0f7

Please sign in to comment.