Skip to content

Commit

Permalink
ci: fix YN0028
Browse files Browse the repository at this point in the history
  • Loading branch information
janleigh committed Jul 19, 2022
1 parent a8d3785 commit 1bd276b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
command: 'sudo npm install -g -force yarn'
- run:
name: Install Dependencies
command: 'yarn install'
command: 'YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install'
- run:
name: Run Compile and Test
command: 'yarn run build && yarn test'
command: 'yarn build && yarn test'
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root = true
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
[*.{js,.ts,json}]
charset = utf-8
indent_style = tab
indent_size = 4

0 comments on commit 1bd276b

Please sign in to comment.