Skip to content

Commit

Permalink
store .npm/logs actually during deployments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Mar 19, 2020
1 parent 3a441aa commit 77796df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
path: cypress/screenshots
- store_artifacts:
path: npm-debug.log
# store NPM logs in case there was a problem
- store_artifacts:
path: ~/.npm/_logs

"deploy-docs-production":
<<: *defaults
Expand All @@ -152,7 +155,9 @@ jobs:
- run: cat public/build.json
- store_artifacts:
path: npm-debug.log

# store NPM logs in case there was a problem
- store_artifacts:
path: ~/.npm/_logs

workflows:
version: 2
Expand Down

0 comments on commit 77796df

Please sign in to comment.