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
|
execute 'install_browsersync' do
|
||||||
user 'root'
|
user 'root'
|
||||||
command 'npm install -g browser-sync'
|
command 'yarn global add browser-sync'
|
||||||
creates '/usr/bin/browser-sync'
|
creates '/usr/bin/browser-sync'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@ end
|
||||||
#####################################
|
#####################################
|
||||||
execute 'install_bower' do
|
execute 'install_bower' do
|
||||||
user 'root'
|
user 'root'
|
||||||
command 'npm install -g bower'
|
command 'yarn global add bower'
|
||||||
creates '/usr/bin/bower'
|
creates '/usr/bin/bower'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in a new issue