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