mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
don't try to install the root project with poetry
(rebased-with-history from commit ab31ef6386
)
This commit is contained in:
commit
a23a3d5c6f
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user