Skip to content

Commit c0131b3

Browse files
committed
ci(release): correct package paths for nx-angular-mf
Updated `pkgRoot` and `packages` paths in release configuration to point to `dist/libs/nx-angular-mf` instead of `dist/libs/ng-pixijs`. Ensures proper packaging and publishing process.
1 parent e2ccee7 commit c0131b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
{
2424
packages: [
2525
{
26-
pkgRoot: 'dist/libs/ng-pixijs',
26+
pkgRoot: 'dist/libs/nx-angular-mf',
2727
},
2828
],
2929
},
@@ -40,7 +40,7 @@ module.exports = {
4040
'homepage',
4141
'license',
4242
],
43-
packages: ['dist/libs/ng-pixijs'],
43+
packages: ['dist/libs/nx-angular-mf'],
4444
},
4545
],
4646
[

0 commit comments

Comments
 (0)