Skip to content

Commit

Permalink
chore: update to pnpm 7 (#44)
Browse files Browse the repository at this point in the history
* chore: update to pnpm 7

* fix script
  • Loading branch information
lukashass authored Jul 24, 2022
1 parent 1aa219c commit fa43408
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6
version: 7
run_install: true

- name: Build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6
version: 7
run_install: true

- name: Unit test
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6
version: 7
run_install: true

- name: Typecheck
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6
version: 7
run_install: true

- name: Lint
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 6
version: 7
run_install: true

- name: Check format
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clean": "rm -rf dist/ node_modules/",
"lint": "eslint --max-warnings 0 .",
"lint:format": "prettier --check .",
"start": "pnpm run build -- --watch",
"start": "pnpm run build --watch",
"test": "vitest run --coverage",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
Expand All @@ -48,6 +48,9 @@
"optional": true
}
},
"engines": {
"pnpm": "7"
},
"publishConfig": {
"access": "public"
}
Expand Down
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa43408

Please sign in to comment.