Skip to content

Commit

Permalink
Use composer update instead of composer install as it causes issues s…
Browse files Browse the repository at this point in the history
…ometimes. (#45468)
  • Loading branch information
anton-vlasenko authored Jan 26, 2023
1 parent 4b77cda commit ff5beb5
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 @@ -273,7 +273,7 @@
"lint:js:fix": "npm run lint:js -- --fix",
"lint:lockfile": "node ./bin/validate-package-lock.js",
"lint:md:docs": "wp-scripts lint-md-docs",
"prelint:php": "wp-env run composer \"install --no-interaction\"",
"prelint:php": "wp-env run composer \"update --no-interaction\"",
"lint:php": "wp-env run composer run-script lint",
"lint:pkg-json": "wp-scripts lint-pkg-json . 'packages/*/package.json'",
"native": "npm run --prefix packages/react-native-editor",
Expand Down

1 comment on commit ff5beb5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in ff5beb5.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4017340281
📝 Reported issues:

Please sign in to comment.