Set Yarn checksumBehavior to reset (#3366)
* Set Yarn checksumBehavior to reset * Update .gitignore according to Yarn docs See https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored * Update yarn.lock --------- Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
||||
working-directory: ./web-app
|
||||
continue-on-error: false
|
||||
run: |
|
||||
yarn install --immutable --no-check-resolutions
|
||||
yarn install --immutable
|
||||
- name: Check for Warnings in build output
|
||||
working-directory: ./web-app
|
||||
continue-on-error: false
|
||||
@@ -191,7 +191,7 @@ jobs:
|
||||
yarn add -D create-react-app
|
||||
yarn init -y
|
||||
echo "yarn install"
|
||||
yarn install --no-check-resolutions
|
||||
yarn install
|
||||
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
|
||||
Reference in New Issue
Block a user