Merge pull request #15049 from backstage/rugvip/fix
scripts/generate-changeset-feedback: fix incorrect prop
This commit is contained in:
@@ -90,7 +90,7 @@ async function listPackages() {
|
||||
try {
|
||||
const pkg = require(resolvePath(dir, 'package.json'));
|
||||
pkgs.push({
|
||||
location: relativePath(process.cwd(), dir),
|
||||
path: relativePath(process.cwd(), dir),
|
||||
name: pkg.name,
|
||||
});
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user