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

[#176013578] added code-review and deploy pipeline #27

Merged
merged 4 commits into from
Jan 22, 2021

Conversation

gquadrati
Copy link
Contributor

@gquadrati gquadrati commented Jan 18, 2021

  • added code-review pipeline (danger.js check only)
  • added deploy pipeline (node version 10.18.0)
  • added yarn.lock file
  • added auto-changelog and related scripts and files
  • TODO:
    [x] create pipeline code-review
    [x] create deploy pipeline

@gquadrati
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@gquadrati gquadrati marked this pull request as ready for review January 18, 2021 15:04
@gquadrati gquadrati requested a review from balanza January 18, 2021 15:05
Comment on lines 94 to 96
- script: |
yarn pack
displayName: 'Pack'
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

@gquadrati gquadrati Jan 18, 2021

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?

Copy link
Contributor

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

@balanza balanza requested review from Undermaken and balanza January 18, 2021 16:29
@balanza balanza merged commit 1dc18e6 into master Jan 22, 2021
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