Skip to content

Commit

Permalink
ci(nuxt-app): run nuxt prepare script before build instead of postins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 1f43da8 commit d899ebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"build": "yarn nuxt prepare && nuxt build",
"dev": "nuxt dev --port 3001",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "yarn nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
Expand Down

0 comments on commit d899ebf

Please sign in to comment.