Skip to content

Commit

Permalink
chore: change nuxt-app postintall command
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 5c1ab3f commit 1f43da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "nuxt dev --port 3001",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"postinstall": "yarn nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
Expand Down

0 comments on commit 1f43da8

Please sign in to comment.