Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEXT-30878 - fix admin build and watch #61

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

jleifeld
Copy link
Contributor

Fix the Admin Build and Watch command

@jleifeld jleifeld requested review from shyim and keulinho October 17, 2023 09:28
@jleifeld jleifeld self-assigned this Oct 17, 2023
@github-actions
Copy link

github-actions bot commented Oct 17, 2023

Thanks for the PR 😍

How to test these changes in your application

  1. Add the Shopware flex endpoint in your composer.json to https://raw.githubusercontent.com/shopware/recipes/flex/pull-61/index.json.

    # When jq is installed
    jq '.extra.symfony.endpoint |= [ "https://raw.githubusercontent.com/shopware/recipes/flex/pull-61/index.json" ] + .' composer.json > composer.tmp && mv composer.tmp composer.json

    or manually

    "endpoint": [
        "https://raw.githubusercontent.com/shopware/recipes/flex/pull-61/index.json",
        "https://raw.githubusercontent.com/shopware/recipes/flex/main/index.json",
        "flex://defaults"
    ]
  2. Install the package(s) related to this recipe:

    composer req 'shopware/administration:^6.4' 'shopware/platform:^6.4'

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@jleifeld jleifeld force-pushed the next-30878/fix-admin-build-and-watch branch from 46ea6a8 to 9456e2e Compare October 17, 2023 11:21
@jleifeld jleifeld force-pushed the next-30878/fix-admin-build-and-watch branch from 9456e2e to cd0313c Compare October 17, 2023 11:32
@jleifeld jleifeld force-pushed the next-30878/fix-admin-build-and-watch branch from cd0313c to 03a64e3 Compare October 17, 2023 11:33
@jleifeld jleifeld merged commit 0615b18 into main Oct 18, 2023
2 checks passed
@jleifeld jleifeld deleted the next-30878/fix-admin-build-and-watch branch October 18, 2023 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants