Skip to content

Commit ff17328

Browse files
committed
Remove redundant ignores from check-licenses script
1 parent 8f557ff commit ff17328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"lint:pkg-json": "wp-scripts lint-pkg-json . 'packages/*/package.json'",
309309
"native": "npm run --prefix packages/react-native-editor",
310310
"other:changelog": "node ./bin/plugin/cli.js changelog",
311-
"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,bser,walker,chrome-launcher,lighthouse-logger,chromium-edge-launcher\" \"wp-scripts check-licenses --dev --ignore=jackspeak,path-scurry,package-json-from-dist\"",
311+
"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\"",
312312
"preother:check-local-changes": "npm run docs:build",
313313
"other:check-local-changes": "node ./bin/check-local-changes.js",
314314
"other:cherry-pick": "node ./bin/cherry-pick.mjs",

0 commit comments

Comments
 (0)