From 3a441aab5723a02399a89520ef9c9cda458c63e0 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Thu, 19 Mar 2020 15:54:07 +0630 Subject: [PATCH] store npm log artifacts for deploy-docs-production job --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index f4357a595a..13aa070fa4 100644 --- a/circle.yml +++ b/circle.yml @@ -150,6 +150,9 @@ jobs: # use script that just deploys without rebuilding the production docs - run: npm run deploy-prebuilt -- --environment production --scrape - run: cat public/build.json + - store_artifacts: + path: npm-debug.log + workflows: version: 2