Yarn Updates

This commit is contained in:
Ahmad 2025-01-10 18:26:17 -05:00
parent 9d094cf01b
commit 5e650260d6
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 434 additions and 554 deletions

View file

@ -29,7 +29,7 @@ jobs:
run: corepack enable run: corepack enable
- name: Install Dependencies - name: Install Dependencies
run: yarn install --frozen-lockfile run: yarn install --immutable
- name: Run ESLint - name: Run ESLint
run: npx next lint run: npx next lint

View file

@ -23,7 +23,7 @@ jobs:
run: corepack enable run: corepack enable
- name: Install dependencies - name: Install dependencies
run: yarn install --frozen-lockfile run: yarn install --immutable
- name: Check code format - name: Check code format
run: yarn prettier --check --ignore-path .prettierignore . run: yarn format

View file

@ -23,7 +23,7 @@ jobs:
run: corepack enable run: corepack enable
- name: Install dependencies - name: Install dependencies
run: yarn install --frozen-lockfile run: yarn install --immutable
- name: Run tests - name: Run tests
run: yarn coverage run: yarn coverage

View file

@ -100,5 +100,5 @@
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8" "vitest": "^2.1.8"
}, },
"packageManager": "yarn@4.5.3" "packageManager": "yarn@4.6.0"
} }

978
yarn.lock

File diff suppressed because it is too large Load diff