Skip to content

Commit

Permalink
Revert "Add a preview tag command for the ui components (#4686)" (#4698)
Browse files Browse the repository at this point in the history
This reverts commit dd731b7.
  • Loading branch information
sammartinez authored Jan 9, 2020
1 parent dd731b7 commit b824b1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ workflows:
- release
- master
- 1.0-stable
- ui-components/master
requires:
- build
- integ_react_predictions:
Expand All @@ -300,7 +299,6 @@ workflows:
- release
- master
- 1.0-stable
- ui-components/master
requires:
- integ_setup
- integ_react_auth:
Expand All @@ -310,7 +308,6 @@ workflows:
- release
- master
- 1.0-stable
- ui-components/master
requires:
- integ_setup
- integ_angular_auth:
Expand All @@ -320,7 +317,6 @@ workflows:
- release
- master
- 1.0-stable
- ui-components/master
requires:
- integ_setup
- integ_vue_auth:
Expand All @@ -330,7 +326,6 @@ workflows:
- release
- master
- 1.0-stable
- ui-components/master
requires:
- integ_setup
- deploy:
Expand All @@ -341,7 +336,6 @@ workflows:
- master
- beta
- 1.0-stable
- ui-components/master
requires:
- unit_test
- integ_react_predictions
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"publish:master": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=unstable --preid=unstable --exact",
"publish:beta": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=beta --preid=beta --exact",
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'",
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --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]'"
"publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b824b1a

Please sign in to comment.