Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Sep 17, 2023
1 parent 09b2a17 commit 8a03575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start",
"lint": "eslint --fix . --ext='js,cjs,mjs,jsx,ts,tsx,json' --cache",
"format": "prettier --write . --ignore-path='.eslintignore' --ignore-unknown --cache",
"typecheck": "tsc --project=tsconfig.json --noEmit",
"typecheck": "tsc --project tsconfig.json --noEmit",
"clean": "rm -rf .next"
},
"dependencies": {
Expand Down

0 comments on commit 8a03575

Please sign in to comment.