Skip to content

Commit

Permalink
chore(ci): corrects lint-staged configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Oct 23, 2022
1 parent 5104efc commit aa687f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,7 @@
"{src,test}/**/*.{js,cjs}": [
"eslint --cache --cache-location .cache --fix",
"prettier --loglevel warn --write",
"depcruise --output-type err-long --config config/dependency-cruiser.js",
"git add"
"depcruise --output-type err-long --config config/dependency-cruiser.js"
]
}
}

0 comments on commit aa687f4

Please sign in to comment.