Skip to content

Commit

Permalink
0.0.486
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 10, 2024
1 parent c38fc24 commit 73c7469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,12 @@ if (options.generate) {
}),
})
const r = repl.start('> ');
r.context.__dirname = __dirname;
r.context.config = config;
r.context.deep = deep;
}

if (options.bash) {
_exec(`${envsStr} ${options.bash}`);
_exec(`${envsStr} cd ${__dirname} && ${options.bash}`);
}
})()
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.485",
"version": "0.0.486",
"license": "Unlicense",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 73c7469

Please sign in to comment.