forked from aws-amplify/amplify-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update react reference to new UI components (aws-amplify#6374)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ $ yarn build --scope @aws-amplify/auth | |
|
||
``` | ||
$ yarn run test --scope @aws-amplify/auth | ||
$ yarn run test --scope aws-amplify-react | ||
$ yarn run test --scope @aws-amplify/ui-components | ||
``` | ||
|
||
> Note: There is a commit hook that will run the tests prior to committing. Please make sure if you are going to provide a pull request to be sure you include unit tests with your functionality and that all tests pass. | ||
|
@@ -176,7 +176,7 @@ _[Skip step 1 to 3 if you have already done this]_ | |
2. Clone your fork locally: `git clone [email protected]:YOUR_GITHUB_USERNAME/amplify-js.git` | ||
3. Run `yarn && yarn bootstrap` in the repository root | ||
4. Within your fork, create a new branch based on the issue (e.g. Issue #123) you're addressing - `git checkout -b "group-token/short-token-[branch-name]"` or `git checkout -b "short-token/[branch-name]"` | ||
- Use grouping tokens at the beginning of the branch names. \_For e.g, if you are working on changes specific to amplify-ui-components, then you could start the branch name as `ui-components/...` | ||
- Use grouping tokens at the beginning of the branch names. \_For e.g, if you are working on changes specific to `amplify-ui-components`, then you could start the branch name as `ui-components/...` | ||
- short token | ||
- feat | ||
- chore | ||
|