Skip to content

Commit de78f76

Browse files
committed
chore: add check recursive script
1 parent e57b763 commit de78f76

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
@@ -5,6 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "pnpm -r run build",
8+
"check": "pnpm -r run check",
89
"format": "prettier --write .",
910
"lint": "prettier --check . && eslint .",
1011
"lint:fix": "prettier --write . && eslint . --fix",

0 commit comments

Comments
 (0)