Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
190 additions
and 439 deletions.
- +2 −2 .circleci/config.yml
- +2 −2 web/package.json
- +1 −1 web/src/components/SampleBrowser.vue
- +14 −14 web/src/components/vis/Heatmap.vue
- +21 −5 web/vue.config.js
- +150 −415 web/yarn.lock
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -18,7 +18,7 @@ jobs: | ||
|
||
test_web: | ||
docker: | ||
- image: circleci/node:12 | ||
steps: | ||
- checkout | ||
- restore_cache: | ||
@@ -98,7 +98,7 @@ jobs: | ||
|
||
release: | ||
docker: | ||
- image: node:12 | ||
steps: | ||
- checkout | ||
- restore_cache: | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.