mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Fix CI condition in prepare script for Node.js v20
This commit is contained in:
parent
2ee62c0cdf
commit
c499900e85
@ -11,7 +11,7 @@
|
|||||||
"build:archive": "gulp createCoreDistArchive",
|
"build:archive": "gulp createCoreDistArchive",
|
||||||
"update-unpkg-links": "gulp updateUnpkgLinks",
|
"update-unpkg-links": "gulp updateUnpkgLinks",
|
||||||
"update-plugin-versions": "gulp updatePluginVersions",
|
"update-plugin-versions": "gulp updatePluginVersions",
|
||||||
"prepare": "node -e 'process.exit(!process.env.CI)' || (husky install && npm run build)",
|
"prepare": "node -e 'process.exit(+!process.env.CI)' || (husky install && npm run build)",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user