Skip to content

Commit 4b0ffe9

Browse files
committed
split more commands
1 parent 6a8add9 commit 4b0ffe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"precommit": "lint-staged",
1111
"build": "npm run --prefix server build",
12-
"lint": "npm run build && eslint server client",
12+
"lint": "npm run build && npm run lint:client && npm run lint:server",
1313
"lint:client": "cd client && npm run lint",
1414
"lint:server": "cd server && npm run lint",
1515
"test": "npm run build && jest --projects client server --runInBand",

0 commit comments

Comments
 (0)