Commit d8f4f870 authored by Ed Reel's avatar Ed Reel

Fix to source ~/.bashrc

parent a09c6b30
......@@ -11,7 +11,7 @@ class Heroku < Package
depends_on 'yarn'
def self.build
system '\. ~/.bashrc && nvm install stable && yarn install'
system '. ~/.bashrc && nvm install stable && yarn install'
end
def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment