Skip to content

Commit 5516913

Browse files
committed
feat(react.js) build with yarn; update to React 15.4.1
1 parent 41600e8 commit 5516913

File tree

12 files changed

+18955
-17366
lines changed

12 files changed

+18955
-17366
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ gemfiles/*.lock
77
/vendor/react
88
react-builds/node_modules
99
react-builds/build
10+
coverage/

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace :react do
4040
desc "Use NPM to install the JavaScript dependencies"
4141
task :install do
4242
Dir.chdir("react-builds") do
43-
`npm install`
43+
`yarn install`
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)