Skip to content

Commit

Permalink
Eliminate "workspaces" from root package.json (#67)
Browse files Browse the repository at this point in the history
The `pnpm-workspaces.yaml` file takes precedence over this.
  • Loading branch information
steveluscher authored Jan 20, 2025
1 parent 5644fd5 commit 540d28b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "solana-web3.js-monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} build",
"compile": "turbo run --concurrency=${TURBO_CONCURRENCY:-95.84%} compile:js compile:typedefs",
Expand Down

0 comments on commit 540d28b

Please sign in to comment.