Skip to content

Commit

Permalink
Format as part of checking local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Oct 18, 2024
1 parent e3ec54b commit f7b5cc4
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 @@ -309,7 +309,7 @@
"native": "npm run --prefix packages/react-native-editor",
"other:changelog": "node ./bin/plugin/cli.js changelog",
"other:check-licenses": "concurrently \"wp-scripts check-licenses --prod --gpl2 --ignore=@react-native-community/cli,@react-native-community/cli-platform-ios,@ampproject/remapping,human-signals,fb-watchman,walker,chrome-launcher,lighthouse-logger,chromium-edge-launcher\" \"wp-scripts check-licenses --dev\"",
"preother:check-local-changes": "npm run docs:build",
"preother:check-local-changes": "npm run docs:build && wp-scripts format $(git diff --name-only)",
"other:check-local-changes": "node ./bin/check-local-changes.js",
"other:cherry-pick": "node ./bin/cherry-pick.mjs",
"other:generate-php-sync-issue": "node ./bin/generate-php-sync-issue.mjs",
Expand Down

0 comments on commit f7b5cc4

Please sign in to comment.