Bugfix
This commit is contained in:
parent
ed3f51dfd1
commit
dad5904d3f
1 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ end
|
|||
#####################################
|
||||
execute 'install_browsersync' do
|
||||
user 'root'
|
||||
command 'npm install -g browser-sync'
|
||||
command 'yarn global add browser-sync'
|
||||
creates '/usr/bin/browser-sync'
|
||||
end
|
||||
|
||||
|
@ -257,7 +257,7 @@ end
|
|||
#####################################
|
||||
execute 'install_bower' do
|
||||
user 'root'
|
||||
command 'npm install -g bower'
|
||||
command 'yarn global add bower'
|
||||
creates '/usr/bin/bower'
|
||||
end
|
||||
|
||||
|
|
Reference in a new issue