Skip to content

Commit e111d73

Browse files
committed
chore: better script command name
1 parent 3935899 commit e111d73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"license": "MIT",
55
"scripts": {
66
"prepare": "husky",
7-
"tsc": "pnpm nx run-many -t typecheck --projects='packages/*'",
8-
"eslint": "pnpm nx run-many -t lint --projects='packages/*'",
9-
"prettier": "prettier --check .",
10-
"prettier:fix": "prettier --check . --write",
11-
"check": "pnpm tsc && pnpm eslint && pnpm prettier"
7+
"typecheck": "pnpm nx run-many -t typecheck --projects='packages/*'",
8+
"lint": "pnpm nx run-many -t lint --projects='packages/*'",
9+
"format": "prettier --check .",
10+
"format:fix": "prettier --check . --write",
11+
"check": "pnpm tsc && pnpm lint && pnpm format"
1212
},
1313
"private": true,
1414
"devDependencies": {

0 commit comments

Comments
 (0)