aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/prepublish_checks.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-22/+0
* Add commented-out pre-publish checksFabio Berger2019-01-141-5/+5
* Add additional check to make sure user was added to our DockerHub orgFabio Berger2019-01-141-15/+9
* Add actual error message thrownFabio Berger2019-01-111-1/+3
* Add pre-publish check to ensure publisher is logged in to docker cmdlineFabio Berger2019-01-111-0/+12
* feat(monorepo-scripts): Alert to discord when new publish happensSteve Klebanoff2019-01-031-0/+7
* Remove env var check for INSTANT_HEAP_ANALYTICS_ID_PRODUCTION since this is o...Steve Klebanoff2018-12-011-11/+0
* print out error message and stackFabio Berger2018-11-221-1/+1
* Check for instant heap production credentials in pre-publish stepSteve Klebanoff2018-11-201-0/+11
* Fix the package versions in release notesLeonid Logvinov2018-10-191-1/+1
* Allow registry to be configured in lerna.jsonFabio Berger2018-07-241-1/+1
* Renames to remove mention of LernaFabio Berger2018-07-191-23/+21
* Replace lerna-get-packages with our own implementationFabio Berger2018-07-191-0/+1
* Remove remote tag before local oneFabio Berger2018-07-021-6/+6
* Small fixesFabio Berger2018-06-191-3/+0
* Use semver library instead of semverUtilsFabio Berger2018-06-191-4/+6
* small fixesFabio Berger2018-06-191-2/+2
* Show all errors of a given kind at once rather then throwing after the first ...Fabio Berger2018-06-191-10/+36
* Add more prepublish checksFabio Berger2018-06-191-1/+95
* Check that git branch is up to date before publishingLeonid Logvinov2018-06-021-1/+17
* Move prepublish checks before building packages for publishingLeonid Logvinov2018-06-021-0/+55