Skip to content

Commit bba4e99

Browse files
committed
feat: add check script.
1 parent 053bfd2 commit bba4e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dev": "next dev",
1616
"build": "next build",
1717
"start": "next start",
18+
"check": "npm run types:check && npm run lint && npm run prettier && npm run test",
1819
"lint": "next lint",
1920
"prettier": "prettier --check .",
2021
"types:check": "tsc --noEmit",

0 commit comments

Comments
 (0)