Skip to content

Commit

Permalink
Merge pull request OHIF#21 from ImagingDataCommons/wjrl-dev
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
wlongabaugh authored Nov 28, 2020
2 parents 8a39b8d + a682b52 commit aed66d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ jobs:
- run:
name: Build Viewer
command: |
yarn install
yarn run build
#yarn install
#yarn run build
mkdir -p ./platform/viewer/dist
date > ./platform/viewer/dist/foobar.txt
- save_cache:
Expand Down

0 comments on commit aed66d8

Please sign in to comment.