Skip to content

Commit

Permalink
[MOOSE-153]: lint only core theme package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffDusome committed Dec 16, 2024
1 parent dfc5611 commit 537caca
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 @@ -54,7 +54,7 @@
"lint:js:fix": "wp-scripts lint-js \"$npm_package_config_coreThemeDir/**/*.js\" --fix",
"lint:configs": "wp-scripts lint-js \"./*.js\"",
"lint:configs:fix": "wp-scripts lint-js \"./*.js\" --fix",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"lint:pkg-json": "wp-scripts lint-pkg-json \"./package.json\"",
"create-block": "cd \"$npm_package_config_coreThemeBlocksDir/tribe\" && npx @wordpress/create-block --no-plugin --namespace tribe --template $npm_package_config_coreBlockTemplatesDir",
"packages-update": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines",
Expand Down

0 comments on commit 537caca

Please sign in to comment.