Skip to content

Commit

Permalink
Switch to turbo in prepack to respect task dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Jul 11, 2024
1 parent 5977c1e commit 7e74834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"prepack": "pnpm run -s build"
"prepack": "pnpm turbo --no-daemon build"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
Expand Down

0 comments on commit 7e74834

Please sign in to comment.