Skip to content

Commit

Permalink
Merge pull request #1 from aidenwong812:auth
Browse files Browse the repository at this point in the history
Update scripts.
  • Loading branch information
aidenwong812 authored Apr 9, 2024
2 parents 29307a5 + 276b2ee commit 7ed22fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint --max-warnings 0",
"lint:fix": "next lint --fix",
"prettier:fix": "npx prettier --write components pages shared lib styles providers hooks",
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@popperjs/core": "^2.11.7",
Expand Down

0 comments on commit 7ed22fb

Please sign in to comment.