Skip to content

Commit

Permalink
🔧 Add missing lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Mar 29, 2024
1 parent 89e6fe4 commit 636218c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build": "turbo build"
"build": "turbo build",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix"
},
"devDependencies": {
"turbo": "^1.13.0"
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"lint": {},
"lint:fix": {}
}
}

0 comments on commit 636218c

Please sign in to comment.