Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 23, 2024
1 parent 4e840ae commit 5d070d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"lint": "eslint pages components && tsc && prettier pages components --check",
"lint": "eslint src && tsc && prettier src --check",
"test": "echo 'No tests yet'",
"build": "next build",
"sitemap": "next-sitemap",
Expand Down

0 comments on commit 5d070d3

Please sign in to comment.