Skip to content

Commit

Permalink
feat(build): add ruby solargraph (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Aug 22, 2023
1 parent 4c6e4fb commit 6a23a80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/ruby/solargraph
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -e

path=$(find . -name Gemfile -not -path "*vendor*" | sed 's|/[^/]*$||')

(cd "$path" && bundle exec solargraph socket)

0 comments on commit 6a23a80

Please sign in to comment.