-
Notifications
You must be signed in to change notification settings - Fork 0
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
QA Updates #27
QA Updates #27
Conversation
📦 PR Package AvailableUse the commands below to install the most recent version of the package(s) in this Pull Request. To install from a specific commit, use the version shown in the relevant Github Action run. yarn add @usekeyp/ui-kit@PR27
# If using the Github registry (For Yarn v3, use above command)
yarn add @usekeyp/ui-kit@PR27 --registry https://npm.pkg.github.com 🔒 Click here for instructions on installing this package from the github registry.Github RegistryYou must follow these instructions if using the Github registry. If you can view this repo, then you probably have access to this package(s). Contact the repo owner if you're unsure. In your Github settings, create a personal access token with
For Yarn v3 users, add the following code in your npmRegistries:
https://npm.pkg.github.com:
npmAlwaysAuth: true
npmAuthToken: "<YOUR-TOKEN>" NPM RegistryIf the package is available on the public NPM registry then you can stop here, and install the package immediately. If using npm private packages, the owner must first grant you access before continuing. In your NPM account create a new Access Token with
For Yarn v3 users add the following code in your npmRegistries:
https://registry.npmjs.org:
npmAlwaysAuth: true
npmAuthToken: "<YOUR-TOKEN>" |
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.
Looks good! Merging since we worked together on this
Depends on #24
Closes #25
Pair Programming