mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update @kbn/pm dist
This commit is contained in:
parent
1516e0703c
commit
491491224a
1 changed files with 4 additions and 1 deletions
5
packages/kbn-pm/dist/index.js
vendored
5
packages/kbn-pm/dist/index.js
vendored
|
@ -33124,7 +33124,10 @@ let linkProjectExecutables = exports.linkProjectExecutables = (() => {
|
|||
|
||||
const dest = (0, _path.resolve)(binsDir, name);
|
||||
|
||||
console.log(_chalk2.default`{dim [${project.name}]} ${name} -> {dim ${(0, _path.relative)(project.path, srcPath)}}`);
|
||||
// Get relative project path with normalized path separators.
|
||||
const projectRelativePath = (0, _path.relative)(project.path, srcPath).split(_path.sep).join('/');
|
||||
|
||||
console.log(_chalk2.default`{dim [${project.name}]} ${name} -> {dim ${projectRelativePath}}`);
|
||||
|
||||
yield (0, _fs.mkdirp)((0, _path.dirname)(dest));
|
||||
yield (0, _fs.createSymlink)(srcPath, dest, 'exec');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue