Skip to content

Commit

Permalink
Merge pull request #7 from Staketab/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
VitalikKarpuk authored Feb 12, 2024
2 parents c7f80d9 + e01d8c2 commit 2cc4a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/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 --port 3002",
"lint": "next lint"
"lint": "next lint",
"check:types": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@reduxjs/toolkit": "^2.1.0",
Expand Down

0 comments on commit 2cc4a50

Please sign in to comment.