Skip to content

Commit

Permalink
Update lint-staged path to account for restructure (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e authored Feb 16, 2023
1 parent d54c019 commit 95e206f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"*.js": [
"eslint --fix"
],
"examples/**/*.html": [
"content/patterns/**/examples/*.html": [
"npm run reference-tables",
"git add examples/index.html"
"git add content/index/index.html"
]
},
"ava": {
Expand Down

0 comments on commit 95e206f

Please sign in to comment.