Skip to content

Commit

Permalink
fix: run root lint task with env (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvolk authored Nov 18, 2024
1 parent 1971781 commit 179950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"dev": "dotenv -e .env.local -- turbo run dev",
"build": "dotenv -e .env.local -- turbo run build",
"lint": "turbo lint",
"lint": "dotenv -e .env.local -- turbo lint",
"typecheck": "turbo typecheck"
},
"devDependencies": {
Expand Down

0 comments on commit 179950a

Please sign in to comment.