Skip to content

Commit 172c1bb

Browse files
committed
replace yarn upgrade with yarn install
1 parent f6861c3 commit 172c1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace :react do
2525

2626
desc 'Install the JavaScript dependencies'
2727
task :install do
28-
yarn_run_in('react-builds', 'upgrade')
28+
yarn_run_in('react-builds', 'install')
2929
end
3030

3131
desc 'Build the JS bundles with Webpack'
@@ -49,7 +49,7 @@ namespace :ujs do
4949

5050
desc 'Install the JavaScript dependencies'
5151
task :install do
52-
`yarn upgrade`
52+
`yarn install`
5353
end
5454

5555
desc 'Build the JS bundles with Webpack'

0 commit comments

Comments
 (0)