Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wlongabaugh committed Nov 28, 2020
1 parent 2c23495 commit a682b52
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 a682b52

Please sign in to comment.