This commit is contained in:
Axel 2020-01-22 14:58:08 +01:00 committed by GitHub
parent ed3f51dfd1
commit dad5904d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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