Skip to content

Commit 04d2924

Browse files
committed
feat: adjust migration
1 parent 9d5da39 commit 04d2924

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

libs/core/package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,20 @@
3636
"generators": "./plugin/generators.json",
3737
"schematics": "./plugin/generators.json",
3838
"nx-migrations": {
39-
"migrations": "./migrations.json"
39+
"migrations": "./plugin/migrations.json",
40+
"packageGroup": {
41+
"angular-three-soba": "*",
42+
"angular-three-postprocessing": "*",
43+
"angular-three-cannon": "*"
44+
}
4045
},
4146
"ng-update": {
42-
"migrations": "./migrations.json"
47+
"migrations": "./plugin/migrations.json",
48+
"packageGroup": {
49+
"angular-three-soba": "*",
50+
"angular-three-postprocessing": "*",
51+
"angular-three-cannon": "*"
52+
}
4353
},
4454
"web-types": "./web-types.json"
4555
}

libs/plugin/package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
"type": "commonjs",
33
"generators": "./generators.json",
44
"nx-migrations": {
5-
"migrations": "./migrations.json"
5+
"migrations": "./migrations.json",
6+
"packageGroup": {
7+
"angular-three-soba": "*",
8+
"angular-three-postprocessing": "*",
9+
"angular-three-cannon": "*"
10+
}
611
},
712
"ng-update": {
8-
"migrations": "./migrations.json"
13+
"migrations": "./migrations.json",
14+
"packageGroup": {
15+
"angular-three-soba": "*",
16+
"angular-three-postprocessing": "*",
17+
"angular-three-cannon": "*"
18+
}
919
},
1020
"dependencies": {
1121
"@nx/devkit": "16.8.1"

0 commit comments

Comments
 (0)