Skip to content

Commit

Permalink
English properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Oct 12, 2023
1 parent 7fc02ff commit 15099b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flipper-expressions-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ require File.expand_path('../lib/flipper/metadata', __FILE__)
Gem::Specification.new do |gem|
SCHEMAS_DIR = File.expand_path("node_modules/@flippercloud.io/expressions/schemas", __dir__)

# Ensure schemas are downloaded loaded as a git dependency
# Ensure schemas are downloaded when installed as a git dependency.
# This will be handled by rake when the gem is built and published.
unless File.exist?(SCHEMAS_DIR)
warn "Getting schemas from @flippercloud.io/expressions..."
Dir.chdir(__dir__) { exec "npm install --silent" }
Expand Down

0 comments on commit 15099b9

Please sign in to comment.