Skip to content

Commit 01c60f5

Browse files
authored
Merge branch 'develop' into 384-update-alt-text-loding
2 parents 84a748a + 4f5732e commit 01c60f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"start:legacy": "wp-scripts start",
3333
"start:routes": "node tools/ensure-boot-asset.cjs && wp-build --watch",
3434
"format:js": "wp-scripts format ./src",
35-
"lint:js": "wp-scripts lint-js",
36-
"lint:js:fix": "wp-scripts lint-js --fix",
35+
"lint:js": "wp-scripts lint-js --ignore-pattern '/build-scripts/'",
36+
"lint:js:fix": "wp-scripts lint-js --fix --ignore-pattern '/build-scripts/'",
3737
"lint:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/ai composer run-script lint",
3838
"lint:php:fix": "wp-env run tests-cli --env-cwd=wp-content/plugins/ai composer run-script format",
3939
"lint:php:stan": "wp-env run tests-cli --env-cwd=wp-content/plugins/ai composer run-script phpstan",

0 commit comments

Comments
 (0)