Skip to content

Commit

Permalink
ci(nuxt-app): change postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent d899ebf commit 783b641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions apps/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"private": true,
"type": "module",
"scripts": {
"build": "yarn nuxt prepare && nuxt build",
"build": "nuxt build",
"dev": "nuxt dev --port 3001",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint ."
"lint": "eslint .",
"postinstall": "turbo run build --filter='@oktaytest/nuxt' && nuxt prepare"
},
"dependencies": {
"@oktaytest/nuxt": "*"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
},
"devDependencies": {
"prettier": "^3.1.1",
"turbo": "^2.1.3",
"nuxt": "^3.13.2"
"turbo": "^2.1.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit 783b641

Please sign in to comment.