We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc92967 commit dec9afcCopy full SHA for dec9afc
package.json
@@ -7,12 +7,12 @@
7
"scripts": {
8
"test": "jest",
9
"test:watch": "npm test -- --watch",
10
- "build": "npm run build -ws",
+ "build": "npm run build -w jspsych && npm run build -ws",
11
"build:archive": "gulp createCoreDistArchive",
12
- "prepare": "husky install && npm run build --workspace jspsych && npm run build",
+ "prepare": "husky install && npm run build",
13
"tsc": "npm run tsc -ws",
14
"changeset": "changeset",
15
- "release": "npm run build && changeset publish"
+ "release": "npm run build && npm test && changeset publish"
16
},
17
"engines": {
18
"node": ">=14.0.0",
0 commit comments