Skip to content

Commit

Permalink
refactor: use pnpm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 12, 2024
1 parent 494b54a commit 0e7c98e
Show file tree
Hide file tree
Showing 6 changed files with 3,142 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
node: [lts/*]
# Based on https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript
typescript: ["5.3", "5.4"]
typescript: ["5.4"]
fail-fast: false

steps:
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,5 @@
"publishConfig": {
"access": "public"
},
"workspaces": [
"./",
"./client",
"./docs"
],
"packageManager": "pnpm@9.3.0"
}
Loading

0 comments on commit 0e7c98e

Please sign in to comment.