Skip to content

Commit dec9afc

Browse files
committed
Fix scripts in root package.json
1 parent bc92967 commit dec9afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"scripts": {
88
"test": "jest",
99
"test:watch": "npm test -- --watch",
10-
"build": "npm run build -ws",
10+
"build": "npm run build -w jspsych && npm run build -ws",
1111
"build:archive": "gulp createCoreDistArchive",
12-
"prepare": "husky install && npm run build --workspace jspsych && npm run build",
12+
"prepare": "husky install && npm run build",
1313
"tsc": "npm run tsc -ws",
1414
"changeset": "changeset",
15-
"release": "npm run build && changeset publish"
15+
"release": "npm run build && npm test && changeset publish"
1616
},
1717
"engines": {
1818
"node": ">=14.0.0",

0 commit comments

Comments
 (0)