Skip to content

Commit e28fe49

Browse files
fix(lint-staged): resolve conflict (#3608)
Co-authored-by: [ Cassondra ] <[email protected]>
1 parent d10cd6a commit e28fe49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lint-staged.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = {
77
"eslint --fix --cache --no-error-on-unmatched-pattern --quiet"
88
],
99
"package.json": (files) => [
10-
"yarn constraints --fix && yarn install",
10+
"yarn constraints --fix",
11+
"yarn install",
1112
`eslint --fix --cache --no-error-on-unmatched-pattern --quiet ${files.join(" ")}`,
1213
],
1314
"dist/*.css": [

0 commit comments

Comments
 (0)