Skip to content

Commit f73d596

Browse files
committed
update Rake desc
1 parent 5516913 commit f73d596

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
@@ -19,7 +19,7 @@ namespace :react do
1919
desc "Build the JS bundles with Webpack"
2020
task :build do
2121
Dir.chdir("react-builds") do
22-
`npm run build`
22+
`yarn run build`
2323
end
2424
end
2525

@@ -37,7 +37,7 @@ namespace :react do
3737
end
3838
end
3939

40-
desc "Use NPM to install the JavaScript dependencies"
40+
desc "Install the JavaScript dependencies"
4141
task :install do
4242
Dir.chdir("react-builds") do
4343
`yarn install`

0 commit comments

Comments
 (0)