File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"targetDefaults" : {
11
11
"build" : {
12
+ "cache" : true ,
12
13
"dependsOn" : [" ^build" ],
13
14
"outputs" : [" {projectRoot}/dist" ]
14
15
},
15
16
"test" : {
17
+ "cache" : true ,
16
18
"dependsOn" : [" ^test" ]
17
19
}
18
20
}
Original file line number Diff line number Diff line change 23
23
"start" : " lerna run --stream --scope @blocknote/example-editor dev" ,
24
24
"gen" : " lerna run --stream --scope @blocknote/dev-scripts gen" ,
25
25
"start:built" : " npx serve playground/dist -c ../serve.json" ,
26
- "build" : " npm run clean && npm run gen && npm run clean && lerna run --stream build" ,
26
+ "build:clean" : " npm run clean && npm run gen && npm run clean && lerna run --stream build" ,
27
+ "build" : " lerna run --stream build" ,
27
28
"build:site" : " lerna run --stream docs:build --concurrency 1" ,
28
29
"lint" : " lerna run --stream lint" ,
29
30
"bootstrap" : " lerna bootstrap --ci -- --force && patch-package" ,
You can’t perform that action at this time.
0 commit comments