From 56f5841d4b9c12296cdfcaeff174b2627d59afc8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 11:49:49 -0500 Subject: Migrate to full rails app --- test/dummy/bin/yarn | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 test/dummy/bin/yarn (limited to 'test/dummy/bin/yarn') diff --git a/test/dummy/bin/yarn b/test/dummy/bin/yarn deleted file mode 100755 index c2bacef..0000000 --- a/test/dummy/bin/yarn +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env ruby -VENDOR_PATH = File.expand_path('..', __dir__) -Dir.chdir(VENDOR_PATH) do - begin - exec "yarnpkg #{ARGV.join(" ")}" - rescue Errno::ENOENT - $stderr.puts "Yarn executable was not detected in the system." - $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install" - exit 1 - end -end -- cgit 1.4.1