mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Fix scripts in root package.json
This commit is contained in:
parent
bc92967e25
commit
dec9afc602
@ -7,12 +7,12 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "npm test -- --watch",
|
"test:watch": "npm test -- --watch",
|
||||||
"build": "npm run build -ws",
|
"build": "npm run build -w jspsych && npm run build -ws",
|
||||||
"build:archive": "gulp createCoreDistArchive",
|
"build:archive": "gulp createCoreDistArchive",
|
||||||
"prepare": "husky install && npm run build --workspace jspsych && npm run build",
|
"prepare": "husky install && npm run build",
|
||||||
"tsc": "npm run tsc -ws",
|
"tsc": "npm run tsc -ws",
|
||||||
"changeset": "changeset",
|
"changeset": "changeset",
|
||||||
"release": "npm run build && changeset publish"
|
"release": "npm run build && npm test && changeset publish"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user