Skip to content

Commit

Permalink
fix yarn install: yarnpkg/yarn#2629
Browse files Browse the repository at this point in the history
  • Loading branch information
stanimir committed Sep 9, 2020
1 parent 2a3892b commit 9cc9d3d
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '10.x'
- name: Running yarn install, prettier and type checks
run: |
yarn install
yarn install --check-files --cache-folder .ycache
yarn prettier-check
yarn type-check
- name: Run Unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '10.x'
- name: Running yarn install, prettier and type checks
run: |
yarn install
yarn install --check-files --cache-folder .ycache
yarn prettier-check
yarn type-check
- name: Run Unit tests
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ tests/*

builds/*
web/sw-con
.ycache/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"worker-loader": "^2.0.0",
"yarn": "^1.21.1"
"yarn": "^1.22.5"
},
"dependencies": {
"@date-io/date-fns": "^1.3.9",
Expand Down
Loading

0 comments on commit 9cc9d3d

Please sign in to comment.