Skip to content

Commit

Permalink
chore: fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Dec 13, 2024
1 parent c2901c3 commit 1cc0625
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 1 addition & 2 deletions examples/nextjs-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"start": "next start"
},
"dependencies": {
"@ory/nextjs": "^0.0.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/nextjs-pages-router/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"targets": {
"lint": {
"command": "eslint",
"dependsOn": ["build"],
"options": {
"cwd": "examples/nextjs-pages-router"
}
}
}
}

0 comments on commit 1cc0625

Please sign in to comment.