File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 14
14
},
15
15
"targetDefaults" : {
16
16
"build:bundle" : {
17
- "dependsOn" : [" ^build:types " ],
17
+ "dependsOn" : [],
18
18
"outputs" : [
19
19
" {projectRoot}/build/bundles"
20
20
]
27
27
},
28
28
"build:pack" : {
29
29
"dependsOn" : [
30
- " build:types" ,
31
30
" build:pack:uncached" ,
32
31
" ^build:pack" ,
33
- " ^build:types" ,
34
32
" ^build:pack:uncached"
35
33
],
36
34
"outputs" : [
52
50
"targets" : {
53
51
"@sentry/serverless" : {
54
52
"build:bundle" : {
55
- "dependsOn" : [" ^build:types " ],
53
+ "dependsOn" : [],
56
54
"outputs" : [
57
55
" {projectRoot}/build/aws"
58
56
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"scripts" : {
4
- "build" : " node ./scripts/verify-packages-versions.js && run-s build:pack build:bundle" ,
4
+ "build" : " node ./scripts/verify-packages-versions.js && run-s build:types build: pack build:bundle" ,
5
5
"build:bundle" : " lerna run build:bundle" ,
6
- "build:dev" : " yarn build:pack" ,
6
+ "build:dev" : " run-s build:types build:pack" ,
7
7
"build:dev:filter" : " lerna run build:dev --include-filtered-dependencies --include-filtered-dependents --scope" ,
8
8
"build:pack" : " lerna run build:pack" ,
9
9
"build:types" : " lerna run build:types" ,
You can’t perform that action at this time.
0 commit comments