Skip to content

Commit 898fde7

Browse files
committed
fix: CI must run the ilnt in the current workspace
1 parent aa95ebf commit 898fde7

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
@@ -12,7 +12,7 @@
1212
"test:ci": "npm run test -- --runInBand --coverage",
1313
"format": "prettier --write package.json \"packages/**/*.ts\"",
1414
"lint": "eslint --fix package.json \"packages/**/*.ts\"",
15-
"lint:ci": "eslint package.json \"packages/**/*.ts\" --max-warnings=0",
15+
"lint:ci": "eslint package.json \"./**/*.ts\" --max-warnings=0",
1616
"update-deps": "npm-check-updates --workspaces --root -u",
1717
"validate-engine": "ls-engines"
1818
},

0 commit comments

Comments
 (0)