Skip to content

Commit 902923b

Browse files
authored
fix formatting (#2153)
1 parent 098a968 commit 902923b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
],
2626
"scripts": {
2727
"build": "yarn workspaces run build",
28-
"test": "yarn workspaces run test",
29-
"lint": "yarn install --ignore-scripts; eslint --ext .ts src",
28+
"lint": "yarn install --ignore-scripts; eslint --ext .ts packages/* services/*",
3029
"lint:fix": "yarn install --ignore-scripts; yarn lint --fix",
3130
"format": "yarn install --ignore-scripts; prettier --write --ignore-unknown '**.{js,ts}'"
3231
},

0 commit comments

Comments
 (0)