don't try to install the root project with poetry

(rebased-with-history from commit ab31ef6386)
This commit is contained in:
Josh de Leeuw 2024-01-14 16:18:33 -05:00 committed by bjoluc
commit a23a3d5c6f

View File

@ -16,8 +16,8 @@
"changeset": "changeset", "changeset": "changeset",
"changeset:version": "changeset version && npm install && npm run update-unpkg-links && npm run update-plugin-versions", "changeset:version": "changeset version && npm install && npm run update-unpkg-links && npm run update-plugin-versions",
"changeset:publish": "npm run build && changeset publish", "changeset:publish": "npm run build && changeset publish",
"docs:deploy": "poetry install && poetry run mike deploy -u", "docs:deploy": "poetry install --no-root && poetry run mike deploy -u",
"docs:serve": "poetry install && poetry run mike serve" "docs:serve": "poetry install --no-root && poetry run mike serve"
}, },
"engines": { "engines": {
"node": ">=18.0.0", "node": ">=18.0.0",