Skip to content

Commit 6e8384f

Browse files
committed
chore: remove unnecessary glob in lint script
1 parent 549ff7f commit 6e8384f

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
@@ -8,7 +8,7 @@
88
"scripts": {
99
"test": "node scripts/test.js",
1010
"pretest": "yarn clean",
11-
"lint": "eslint --fix packages/**/*.js packages/**/bin/* test/**/*.js",
11+
"lint": "eslint --fix packages/**/*.js packages/**/bin/*",
1212
"clean": "rimraf packages/test/*",
1313
"sync": "node scripts/syncDeps.js",
1414
"boot": "node scripts/bootstrap.js",

0 commit comments

Comments
 (0)