We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4971b3a commit 9faf85eCopy full SHA for 9faf85e
1 file changed
package.json
@@ -152,7 +152,7 @@
152
"lint:php": "wp-env run --env-cwd='wp-content/plugins/gutenberg' cli composer run-script lint",
153
"lint:pkg-json": "wp-scripts lint-pkg-json . 'packages/*/package.json'",
154
"native": "npm run --prefix packages/react-native-editor",
155
- "other:changelog": "npm run --workspace @wordpress/release-tools changelog",
+ "other:changelog": "npm run --workspace @wordpress/release-tools changelog --",
156
"other:check-licenses": "concurrently \"node ./bin/check-licenses.mjs\" \"wp-scripts check-licenses --dev\"",
157
"preother:check-local-changes": "npm run docs:build && npm run --workspace @wordpress/theme build",
158
"other:check-local-changes": "node ./bin/check-local-changes.js",
0 commit comments