Skip to content

Commit

Permalink
don't try to install the root project with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Jan 14, 2024
1 parent b47f142 commit ab31ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"changeset": "changeset",
"changeset:version": "changeset version && npm install && npm run update-unpkg-links && npm run update-plugin-versions",
"changeset:publish": "npm run build && changeset publish",
"docs:deploy": "poetry install && poetry run mike deploy -u",
"docs:serve": "poetry install && poetry run mike serve"
"docs:deploy": "poetry install --no-root && poetry run mike deploy -u",
"docs:serve": "poetry install --no-root && poetry run mike serve"
},
"engines": {
"node": ">=18.0.0",
Expand Down

0 comments on commit ab31ef6

Please sign in to comment.