Skip to content

Commit

Permalink
fix: pnpm start
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Dec 20, 2024
1 parent 0c3e7df commit c815168
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next dev",
"start": "next start",
"typecheck": "tsc --noEmit --incremental",
"format": "prettier --write . '!(node_modules|.next|contracts)/**/*'",
"format:check": "prettier --check . '!(node_modules|.next|contracts)/**/*'",
"lint": "next lint",
"lint:check": "next lint --max-warnings=0",
"serve": "next start",
"ci:prepare": "run-s format lint typecheck"
},
"dependencies": {
Expand Down

0 comments on commit c815168

Please sign in to comment.