-
Notifications
You must be signed in to change notification settings - Fork 2
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
[#176013578] added code-review and deploy pipeline #27
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
.devops/deploy-pipelines.yml
Outdated
- script: | | ||
yarn pack | ||
displayName: 'Pack' |
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.
why do we need this script?
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 thought it was necessary to create the package
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's actually done internally by the yarn publish
command, which is itself executed by the Npm azure task
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.
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.
ok, sorry I didn't know.. so I suppose I need to add .ios and android folders to the file list, to let them be packed, right?
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.
Good point. How was this package published so far? We should mimic such process cc @Undermaken
[x] create pipeline code-review
[x] create deploy pipeline