File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 23
23
"dependsOn" : [
24
24
" build:pack"
25
25
],
26
- "outputs" : [
27
- " {projectRoot}/build"
28
- ]
26
+ "outputs" : []
29
27
},
30
28
"build:pack" : {
31
29
"dependsOn" : [
32
30
" build:types" ,
31
+ " build:pack:uncached" ,
33
32
" ^build:pack" ,
34
- " ^build:types"
33
+ " ^build:types" ,
34
+ " ^build:pack:uncached"
35
35
],
36
36
"outputs" : [
37
37
" {projectRoot}/build/npm" ,
57
57
" {projectRoot}/build/aws"
58
58
]
59
59
}
60
- },
61
- "@sentry/utils" : {
62
- "build:pack" : {
63
- "dependsOn" : [
64
- " ^build:pack" ,
65
- " ^build:types"
66
- ],
67
- "outputs" : [
68
- " {projectRoot}/build/esm" ,
69
- " {projectRoot}/build/cjs" ,
70
- " {projectRoot}/esm" ,
71
- " {projectRoot}/cjs"
72
- ]
73
- }
74
60
}
75
61
}
76
62
}
Original file line number Diff line number Diff line change 28
28
"build" : " run-p build:pack build:types" ,
29
29
"build:dev" : " run-s build" ,
30
30
"build:pack" : " yarn ts-node scripts/buildRollup.ts" ,
31
+ "build:pack:uncached" : " yarn ts-node scripts/buildRollup.ts" ,
31
32
"build:types" : " tsc -p tsconfig.types.json" ,
32
33
"build:watch" : " run-p build:pack:watch build:types:watch" ,
33
34
"build:dev:watch" : " run-s build:watch" ,
You can’t perform that action at this time.
0 commit comments