mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Yarn Updates
This commit is contained in:
parent
9d094cf01b
commit
5e650260d6
5 changed files with 434 additions and 554 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: corepack enable
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Run ESLint
|
||||
run: npx next lint
|
||||
|
|
4
.github/workflows/prettier.yml
vendored
4
.github/workflows/prettier.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: corepack enable
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Check code format
|
||||
run: yarn prettier --check --ignore-path .prettierignore .
|
||||
run: yarn format
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: corepack enable
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
run: yarn install --immutable
|
||||
|
||||
- name: Run tests
|
||||
run: yarn coverage
|
||||
|
|
|
@ -100,5 +100,5 @@
|
|||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^2.1.8"
|
||||
},
|
||||
"packageManager": "yarn@4.5.3"
|
||||
"packageManager": "yarn@4.6.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue