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

fix(plugin): include scope for ci.json generation #343

Merged
merged 3 commits into from
Jul 12, 2023

Conversation

colton-demetriou
Copy link
Contributor

@colton-demetriou colton-demetriou commented Jul 10, 2023

Ran yext pages generate in starter and saw that the ci.json was successfully update, additionally ran npm run dev and verified that it was working on both single and multibrand repos. For multibrand repo's the commands must be:
pages generate --scope="{scope}"
pages build --scope="{scope}

Tested with this repo: https://github.com/YextSolutions/fleet-subfolder-starter
Example command: pages generate --scope="sushi.yext.com"

@colton-demetriou colton-demetriou requested a review from a team as a code owner July 10, 2023 21:51
@mkilpatrick
Copy link
Collaborator

CI isn't a valid scope. The valid ones are listed here.

@colton-demetriou colton-demetriou changed the title fix(ci): include scope for ci.json generation fix(plugin): include scope for ci.json generation Jul 11, 2023
@colton-demetriou colton-demetriou merged commit 6102c74 into main Jul 12, 2023
@colton-demetriou colton-demetriou deleted the include-scope branch July 12, 2023 15:47
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.

2 participants