Skip to content

Commit f43cc57

Browse files
authored
Merge pull request cBioPortal#5170 from onursumer/fix-prettier-version
Fix prettier version for circleci config
2 parents 2a1fe23 + a3395bb commit f43cc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
name: 'Check code style with Prettier'
195195
command: |
196196
cd cbioportal-frontend
197-
yarn add -W prettier
197+
yarn add -W prettier@1.19.1
198198
yarn run prettierCheckCircleCI
199199
200200
pull_cbioportal_test_codebase:

0 commit comments

Comments
 (0)