mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Fix scripts in root package.json
This commit is contained in:
parent
bc92967e25
commit
dec9afc602
@ -7,12 +7,12 @@
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"test:watch": "npm test -- --watch",
|
||||
"build": "npm run build -ws",
|
||||
"build": "npm run build -w jspsych && npm run build -ws",
|
||||
"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",
|
||||
"changeset": "changeset",
|
||||
"release": "npm run build && changeset publish"
|
||||
"release": "npm run build && npm test && changeset publish"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user