From 83edbca78903b45c319e48fee618fa31d861b13b Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Mon, 25 Jan 2021 11:32:37 -0500 Subject: [PATCH] circleci fix tap integration test error rebuild yargs --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bfb196a18..763e7f84d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,6 +91,7 @@ aliases: - run: name: "integration tests with Tap" command: | + npm rebuild yargs npm run test:smoke:sauce npm run test:smoke:convertReportToXunit - store_test_results: