File tree 4 files changed +21
-35
lines changed
4 files changed +21
-35
lines changed Original file line number Diff line number Diff line change 41
41
},
42
42
"hooks" : {
43
43
"before:bump" : " pnpm exec nx package core" ,
44
- "after:bump" : [ " git checkout -- package.json" , " node tools/scripts/update-package-group.mjs " ]
44
+ "after:bump" : " git checkout -- package.json"
45
45
}
46
46
}
Original file line number Diff line number Diff line change 37
37
"schematics" : " ./plugin/generators.json" ,
38
38
"nx-migrations" : {
39
39
"migrations" : " ./plugin/migrations.json" ,
40
- "packageGroup" : {
41
- "angular-three-soba" : " * " ,
42
- "angular-three-postprocessing" : " * " ,
43
- "angular-three-cannon" : " * "
44
- }
40
+ "packageGroup" : [
41
+ " angular-three-soba" ,
42
+ " angular-three-postprocessing" ,
43
+ " angular-three-cannon"
44
+ ]
45
45
},
46
46
"ng-update" : {
47
47
"migrations" : " ./plugin/migrations.json" ,
48
- "packageGroup" : {
49
- "angular-three-soba" : " * " ,
50
- "angular-three-postprocessing" : " * " ,
51
- "angular-three-cannon" : " * "
52
- }
48
+ "packageGroup" : [
49
+ " angular-three-soba" ,
50
+ " angular-three-postprocessing" ,
51
+ " angular-three-cannon"
52
+ ]
53
53
},
54
54
"web-types" : " ./web-types.json"
55
55
}
Original file line number Diff line number Diff line change 3
3
"generators" : " ./generators.json" ,
4
4
"nx-migrations" : {
5
5
"migrations" : " ./migrations.json" ,
6
- "packageGroup" : {
7
- "angular-three-soba" : " * " ,
8
- "angular-three-postprocessing" : " * " ,
9
- "angular-three-cannon" : " * "
10
- }
6
+ "packageGroup" : [
7
+ " angular-three-soba" ,
8
+ " angular-three-postprocessing" ,
9
+ " angular-three-cannon"
10
+ ]
11
11
},
12
12
"ng-update" : {
13
13
"migrations" : " ./migrations.json" ,
14
- "packageGroup" : {
15
- "angular-three-soba" : " * " ,
16
- "angular-three-postprocessing" : " * " ,
17
- "angular-three-cannon" : " * "
18
- }
14
+ "packageGroup" : [
15
+ " angular-three-soba" ,
16
+ " angular-three-postprocessing" ,
17
+ " angular-three-cannon"
18
+ ]
19
19
},
20
20
"dependencies" : {
21
21
"@nx/devkit" : " 16.8.1"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments