Skip to content

Commit

Permalink
Don't fail when there are not files found.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 23, 2025
1 parent 4d369ec commit a3bedc6
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 @@ -11,8 +11,8 @@
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint": "composer run lint && npm run lint:js && npm run lint:css",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:css": "wp-scripts lint-style -- --allow-empty-input",
"lint:js": "wp-scripts lint-js -- --no-error-on-unmatched-patter",
"prepare": "husky"
},
"prettier": "@wordpress/prettier-config",
Expand Down

0 comments on commit a3bedc6

Please sign in to comment.