Skip to content

Commit

Permalink
Eliminate "workspaces" from root package.json
Browse files Browse the repository at this point in the history
The `pnpm-workspaces.yaml` file takes precedence
  • Loading branch information
steveluscher committed Jan 17, 2025
1 parent 5644fd5 commit e63b119
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 e63b119

Please sign in to comment.