Skip to content

Commit

Permalink
enable turbo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 11, 2024
1 parent 7e900ff commit e7c87bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "SKIP_ENV_VALIDATION=true next build",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "pnpm with-env next dev",
"dev": "pnpm with-env next dev --turbo",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"start": "pnpm with-env next start",
Expand Down

0 comments on commit e7c87bc

Please sign in to comment.