Skip to content

Commit

Permalink
play with disabling progress output on circle
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Oct 23, 2018
1 parent 5deab8b commit 3b9e057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- checkout
- attach_workspace: *attach-workspace-node_modules
- run: yarn run --silent build
- run: cd modules/gob-web && yarn run --silent build --no-progress
- run: node scripts/rearrange-for-circle.js
- store_artifacts:
path: ./modules/gob-web/build

0 comments on commit 3b9e057

Please sign in to comment.