Skip to content

Commit

Permalink
chore: remove prepare script from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 22, 2024
1 parent fe75b7f commit 35652b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"private": true,
"scripts": {
"prepare": "nitro prepare",
"dev": "PORT=3001 nitropack dev",
"build": "nitropack build",
"preview": "node .output/server/index.mjs"
Expand Down
3 changes: 1 addition & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"build": "nuxt build",
"dev": "PORT=3002 nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "nuxt prepare"
"preview": "nuxt preview"
},
"devDependencies": {
"nuxt": "^3.9.3",
Expand Down

0 comments on commit 35652b2

Please sign in to comment.