Skip to content

Commit

Permalink
chore: (@aws-amplify/ui-components) Add base command for ui preview (#…
Browse files Browse the repository at this point in the history
…4701)

* chore: Add missing screenshot

* Fix build

* chore: (@aws-amplify/ui-components) add ui commands
  • Loading branch information
sammartinez committed Jan 10, 2020
1 parent d0f980a commit 804f405
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ workflows:
only:
- release
- master
- ui-components/master
requires:
- build
- integ_react_predictions:
Expand All @@ -293,6 +294,7 @@ workflows:
only:
- release
- master
- ui-components/master
requires:
- integ_setup
- integ_react_auth:
Expand All @@ -301,6 +303,7 @@ workflows:
only:
- release
- master
- ui-components/master
requires:
- integ_setup
- integ_angular_auth:
Expand All @@ -309,6 +312,7 @@ workflows:
only:
- release
- master
- ui-components/master
requires:
- integ_setup
- integ_vue_auth:
Expand All @@ -317,6 +321,7 @@ workflows:
only:
- release
- master
- ui-components/master
requires:
- integ_setup
- deploy:
Expand All @@ -326,6 +331,7 @@ workflows:
- release
- master
- beta
- ui-components/master
requires:
- unit_test
- integ_react_predictions
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"unlink-all": "lerna exec --parallel --bail=false yarn unlink",
"publish:master": "lerna publish --canary --yes --dist-tag=unstable --preid=unstable --exact",
"publish:beta": "lerna publish --canary --yes --dist-tag=beta --preid=beta --exact",
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'"
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'",
"publish:ui-components/master": "lerna publish --conventional-commits --yes --dist-tag=ui-preview --message 'chore(release): Publish [ci skip]'"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 804f405

Please sign in to comment.