Skip to content

Commit a6719ed

Browse files
committed
chore: only lint changed files on CI
1 parent 1658b34 commit a6719ed

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
@@ -26,7 +26,7 @@
2626
"clean": "run-p clean:*",
2727
"clean:cache": "rimraf ./dist ./.cache ./.parcel-cache",
2828
"clean:dist": "rimraf ./dist",
29-
"ci:lint": "eslint .",
29+
"ci:lint": "eslint",
3030
"ci:test": "jest --ci",
3131
"ci:changelog": "node scripts/changelog.js",
3232
"test": "jest",

0 commit comments

Comments
 (0)