Skip to content

Commit

Permalink
Store error codes JSON as a build artifact also
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Nov 19, 2018
1 parent baecb2e commit 26a00aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
- node_modules

- store_artifacts:
path: ./node_modules.tgz
path: ./node_modules.tgz

- store_artifacts:
path: ./scripts/error-codes/codes.json

0 comments on commit 26a00aa

Please sign in to comment.