We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053bfd2 commit bba4e99Copy full SHA for bba4e99
package.json
@@ -15,6 +15,7 @@
15
"dev": "next dev",
16
"build": "next build",
17
"start": "next start",
18
+ "check": "npm run types:check && npm run lint && npm run prettier && npm run test",
19
"lint": "next lint",
20
"prettier": "prettier --check .",
21
"types:check": "tsc --noEmit",
0 commit comments