Skip to content

Commit 9faf85e

Browse files
committed
chore: added arg forwarding support for workspace to work normally
1 parent 4971b3a commit 9faf85e

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
@@ -152,7 +152,7 @@
152152
"lint:php": "wp-env run --env-cwd='wp-content/plugins/gutenberg' cli composer run-script lint",
153153
"lint:pkg-json": "wp-scripts lint-pkg-json . 'packages/*/package.json'",
154154
"native": "npm run --prefix packages/react-native-editor",
155-
"other:changelog": "npm run --workspace @wordpress/release-tools changelog",
155+
"other:changelog": "npm run --workspace @wordpress/release-tools changelog --",
156156
"other:check-licenses": "concurrently \"node ./bin/check-licenses.mjs\" \"wp-scripts check-licenses --dev\"",
157157
"preother:check-local-changes": "npm run docs:build && npm run --workspace @wordpress/theme build",
158158
"other:check-local-changes": "node ./bin/check-local-changes.js",

0 commit comments

Comments
 (0)