atlassian / github-for-jira

Connect your code with your project management in Jira
https://github.atlassian.com
MIT License
605 stars 183 forks source link

None fix yarn lock file remove optional on build #2615

Closed gxueatlassian closed 6 months ago

gxueatlassian commented 6 months ago

What's in this PR?

  1. Update lock file to be publici yarnpkg instead atlassian
  2. Remove optional during build/test (because even yarn install --ignore-optional, yarn still "consult" the server for meta data, which is blocked by 401 recently from Atlassian)

Why

  1. To fix the public build

Added feature flags N/A

Affected issues
N/A

How has this been tested?
github action

Whats Next? N/A