Skip to content

Commit

Permalink
test(pnpm): Drop the unsupported workspaces property
Browse files Browse the repository at this point in the history
When running `pnpm` in the project directory of the `workspaces`
project, it outputs the warning [^1]. Remove the `workspaces` property,
to fix that warning.

[^1]: `The "workspaces" field in package.json is not supported by pnpm.
     Create a "pnpm-workspace.yaml" file instead.`

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Oct 11, 2024
1 parent 89af4ed commit 79ea2e6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"author": "Marcel Bochtler",
"license": "MIT",
"main": "index.js",
"workspaces": [
"src/app",
"src/packages/**"
],
"engines": {
"node": ">16.0.0",
"pnpm": ">=5"
Expand Down

0 comments on commit 79ea2e6

Please sign in to comment.