-
Notifications
You must be signed in to change notification settings - Fork 7
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
docs(picker-starter): add giget instruction #90
docs(picker-starter): add giget instruction #90
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
picker-starter/README.md
Outdated
yarn build | ||
|
||
# Deploy it using the CLI | ||
npx @storyblok/field-plugin-cli@latest deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have deploy
command in scripts of package.json. Why don't we put it here like yarn deploy
?
Btw, I've check the package.json and
"deploy": "npm run build && npx @storyblok/field-plugin-cli@latest deploy --name sb-picker-starter --scope partner-portal"
We should probably remove --name sb-picker-starter --scope partner-portal
. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to keep the package.json file unchanged to avoid the need to modify also the workflows/picker-starter.yml, but since you mentioned it, I think it will be better to move these options from the deploy script
to the workflow.
I did it here
Thanks for your suggestion, @eunjae-lee.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@demetriusfeijoo ah that's why. yeah, now that parameters live on this root level of this repository, and the cloned project will no longer have sb-picker-starter
stuff. Looks great! :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left a comment but it isn't blocking the merge. Looks good!
d40f8a0
to
dcc2fc4
Compare
Issue: EXT-2143
What?
Add giget instruction on README.
Why?
Using Giget will make developer's lives easier since it will not require them to clone all this repositories and then, after, clean up the other projects they don't want from it.
[View Rendered →]