Skip to content

Commit

Permalink
ignore pattern only build
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Feb 17, 2025
1 parent 8ee15d9 commit 0fa5f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"lint-staged": {
"*.js": [
"wp-scripts lint-js --ignore-pattern 'public/**/*.js' --ignore-pattern 'build/**/*.js'"
"wp-scripts lint-js --ignore-pattern 'build/**/*.js'"
],
"*.php": [
"composer run lint"
Expand Down

0 comments on commit 0fa5f0c

Please sign in to comment.