We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6861c3 commit 172c1bbCopy full SHA for 172c1bb
Rakefile
@@ -25,7 +25,7 @@ namespace :react do
25
26
desc 'Install the JavaScript dependencies'
27
task :install do
28
- yarn_run_in('react-builds', 'upgrade')
+ yarn_run_in('react-builds', 'install')
29
end
30
31
desc 'Build the JS bundles with Webpack'
@@ -49,7 +49,7 @@ namespace :ujs do
49
50
51
52
- `yarn upgrade`
+ `yarn install`
53
54
55
0 commit comments