Skip to content

Commit

Permalink
format cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Jan 5, 2024
1 parent e25cc55 commit 4171e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prettier": "prettier --write --ignore-unknown . --max-warnings=0",
"prettier:check": "prettier --check --ignore-unknown . --max-warnings=0",
"format": "prettier --write --ignore-unknown . --max-warnings=0",
"format:check": "prettier --check --ignore-unknown . --max-warnings=0",
"seed": "node -r dotenv/config ./scripts/seed.js",
"start": "next start",
"tsc": "tsc -p tsconfig.json --noEmit"
Expand Down

0 comments on commit 4171e28

Please sign in to comment.