mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
add docs commands to package.json
This commit is contained in:
parent
a891636c03
commit
153e13f621
@ -15,7 +15,9 @@
|
|||||||
"tsc": "turbo tsc",
|
"tsc": "turbo tsc",
|
||||||
"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:serve": "poetry install && poetry run mike serve"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user