Module: Vendor

Defined in:
lib/rfix/rake/paths.rb

Constant Summary collapse

ROOT =
File.expand_path(File.join(__dir__, "../../.."))
DIR =
File.join(ROOT, "vendor/shopify")
REPO =
File.join(DIR, "cli-ui")
GITHUB =
"https://github.com/shopify/cli-ui"
START =
"6058c301bb144c2f33f7910734d08b1490ed8112"
BUILD =
"vendor:shopify:build"
REBUILD =
"vendor:shopify:rebuild"
TEST =
"vendor:shopify:test"