Skip to content

Commit

Permalink
ci: (sample) Store build artifacts after job
Browse files Browse the repository at this point in the history
  • Loading branch information
corycaywood committed Nov 13, 2020
1 parent b65c516 commit 1e2f55c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs: # a collection of steps
- run:
name: Compile
command: yarn bridge compile
- store_artifacts:
path: js-miniapp-sample/build
prefix: build
- persist_to_workspace:
root: ~/mini-js-bridge
paths:
Expand Down

0 comments on commit 1e2f55c

Please sign in to comment.