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