Skip to content

Commit

Permalink
Add source .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
anmdotdev authored Jan 16, 2024
1 parent 7313b26 commit 2544efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Term.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class Term {
await exec(`git checkout -f ${branch}`);
}

await exec(`source .bashrc`)

if (skipStep !== INSTALL_STEP && skipStep !== BUILD_STEP) {
await exec(`${manager} install`, [], {
cwd: directory
Expand Down

0 comments on commit 2544efd

Please sign in to comment.