We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb845cb commit d10cd6aCopy full SHA for d10cd6a
lint-staged.config.js
@@ -7,7 +7,7 @@ module.exports = {
7
"eslint --fix --cache --no-error-on-unmatched-pattern --quiet"
8
],
9
"package.json": (files) => [
10
- "yarn constraints --fix",
+ "yarn constraints --fix && yarn install",
11
`eslint --fix --cache --no-error-on-unmatched-pattern --quiet ${files.join(" ")}`,
12
13
"dist/*.css": [
0 commit comments