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 2323 "dependsOn" : [
2424 " build:pack"
2525 ],
26- "outputs" : [
27- " {projectRoot}/build"
28- ]
26+ "outputs" : []
2927 },
3028 "build:pack" : {
3129 "dependsOn" : [
3230 " build:types" ,
31+ " build:pack:uncached" ,
3332 " ^build:pack" ,
34- " ^build:types"
33+ " ^build:types" ,
34+ " ^build:pack:uncached"
3535 ],
3636 "outputs" : [
3737 " {projectRoot}/build/npm" ,
5757 " {projectRoot}/build/aws"
5858 ]
5959 }
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- }
7460 }
7561 }
7662}
Original file line number Diff line number Diff line change 2828 "build" : " run-p build:pack build:types" ,
2929 "build:dev" : " run-s build" ,
3030 "build:pack" : " yarn ts-node scripts/buildRollup.ts" ,
31+ "build:pack:uncached" : " yarn ts-node scripts/buildRollup.ts" ,
3132 "build:types" : " tsc -p tsconfig.types.json" ,
3233 "build:watch" : " run-p build:pack:watch build:types:watch" ,
3334 "build:dev:watch" : " run-s build:watch" ,
You can’t perform that action at this time.
0 commit comments