Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
metalalive authored Nov 20, 2023
1 parent 88741d8 commit d0c850e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"lint_exp": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
Expand Down

0 comments on commit d0c850e

Please sign in to comment.