Skip to content

Commit

Permalink
fix(core): 10.3.x migration for relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Oct 7, 2020
1 parent b7a4242 commit c086655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/xplat/migrations/update-10-3-0/update-10-3-0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function updateNativeScriptApps(tree: Tree, context: SchematicContext) {
// console.log('appDir:', appDir);
const relativePath = dirPath
.split('/')
.filter(p => !!p)
.map((p) => '..')
.join('/');

Expand Down

0 comments on commit c086655

Please sign in to comment.