mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Make the changesets action update docs plugin versions
This commit is contained in:
parent
23ac649ff0
commit
518c76fe50
@ -10,11 +10,11 @@
|
||||
"build": "turbo run build",
|
||||
"build:archive": "gulp createCoreDistArchive",
|
||||
"update-unpkg-links": "gulp updateUnpkgLinks",
|
||||
"update-plugin-version": "gulp updatePluginVersions",
|
||||
"update-plugin-versions": "gulp updatePluginVersions",
|
||||
"prepare": "node -e 'process.exit(!process.env.CI)' || (husky install && npm run build)",
|
||||
"tsc": "turbo tsc",
|
||||
"changeset": "changeset",
|
||||
"changeset:version": "changeset version && npm install && npm run update-unpkg-links",
|
||||
"changeset:version": "changeset version && npm install && npm run update-unpkg-links && npm run update-plugin-versions",
|
||||
"changeset:publish": "npm run build && changeset publish"
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
Reference in New Issue
Block a user