Skip to content

Commit

Permalink
Merge pull request #170 from moderntribe/feature/MOOSE-153/package-js…
Browse files Browse the repository at this point in the history
…on-linting

[MOOSE-153]: lint only core theme package.json
  • Loading branch information
GeoffDusome authored Dec 16, 2024
2 parents dfc5611 + 537caca commit cc9c5a8
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 cc9c5a8

Please sign in to comment.