Skip to content

Commit

Permalink
Merge pull request nf-core#1834 from nf-core/add-prettier-to-gitpod-i…
Browse files Browse the repository at this point in the history
…mage

Add prettier to dockerimage for gitpod
  • Loading branch information
mashehu authored Sep 28, 2022
2 parents 06646d3 + 5689ff1 commit 7e3c014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Template

- Add `actions/upload-artifact` step to the awstest workflows, to expose the debug log file
- Add `prettier` as a requirement to Gitpod Dockerimage
- Bioconda incompatible conda channel setups now result in more informative error messages ([#1812](https://github.com/nf-core/tools/pull/1812))
- Update MultiQC module, update supplying MultiQC default and custom config and logo files to module
- Add a 'recommend' methods description text to MultiQC to help pipeline users report pipeline usage in publications ([#1749](https://github.com/nf-core/tools/pull/1749))
Expand Down
1 change: 1 addition & 0 deletions nf_core/gitpod/gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN conda update -n base -c defaults conda && \
mamba=0.24.0 \
pip=22.1.2 \
black=22.6.0 \
prettier=2.7.1 \
-n base && \
conda clean --all -f -y

Expand Down

0 comments on commit 7e3c014

Please sign in to comment.