From fce277b766dbeb35eaf79e034371fb8264d9b9ff Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Mon, 2 Aug 2021 21:05:17 -0700 Subject: [PATCH] fix(test): address issue with baseline and test versions --- .github/settings.yml | 2 +- util/version-outputs.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 54e3e332..cd6376a6 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -55,7 +55,7 @@ branches: # Required. Require branches to be up to date before merging. strict: true # Required. The list of status checks to require in order to merge into this branch - contexts: ["test (12.x)", "test (14.x)", "license/cla"] + contexts: ["test (12.x)", "test (14.x)", "test (15.x)", "license/cla"] # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. enforce_admins: false # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. diff --git a/util/version-outputs.js b/util/version-outputs.js index 9daa870f..406603b8 100644 --- a/util/version-outputs.js +++ b/util/version-outputs.js @@ -8,6 +8,9 @@ const generate = ` ${chalk.gray('Upgrade to latest version:')} $ ${chalk.green('npm i @aurodesignsystem/wc-generator@latest -g')} + ${chalk.gray('Uninstall previous version(only needed if there is an issue):')} + $ ${chalk.green('npm uninstall -g @aurodesignsystem/wc-generator')} + ${chalk.gray('More help:')} For more help with building an Auro Web Component, be sure to see ${chalk.blue('https://auro.alaskaair.com/generator')}