Skip to content

Commit

Permalink
Merge branch 'release/2.0' into jimbo/buttongroup
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbo authored Jan 17, 2019
2 parents 926e302 + a11d637 commit 4008025
Show file tree
Hide file tree
Showing 4 changed files with 17,155 additions and 122 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ common_settings:

full_build: &full_build
name: Full Build
command: 'cp packages/venia-concept/.env.dist packages/venia-concept/.env && npm run build && npm run clean:dist'
command: 'cp packages/venia-concept/.env.dist packages/venia-concept/.env && npm run build'

test_result_path: &test_result_path
path: "test-results"
Expand Down Expand Up @@ -75,8 +75,9 @@ jobs:
- run:
name: DangerCI
command: npm run danger
- run:
name: Bundle size analysis
command: npm run bundlesize

- store_test_results: *test_result_path
- store_artifacts: *test_result_path


Loading

0 comments on commit 4008025

Please sign in to comment.