We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098a968 commit 902923bCopy full SHA for 902923b
package.json
@@ -25,8 +25,7 @@
25
],
26
"scripts": {
27
"build": "yarn workspaces run build",
28
- "test": "yarn workspaces run test",
29
- "lint": "yarn install --ignore-scripts; eslint --ext .ts src",
+ "lint": "yarn install --ignore-scripts; eslint --ext .ts packages/* services/*",
30
"lint:fix": "yarn install --ignore-scripts; yarn lint --fix",
31
"format": "yarn install --ignore-scripts; prettier --write --ignore-unknown '**.{js,ts}'"
32
},
0 commit comments