DEV: bin/ember-cli standalone by default (#13344)

This commit is contained in:
Penar Musaraj
2021-06-09 09:48:43 -04:00
committed by GitHub
parent a96f6fbdf5
commit 513bfc3a6c

View File

@ -48,7 +48,7 @@ end
system "yarn -s install --cwd #{yarn_dir}"
if (ARGV - ["--unicorn", "-"]).length < 2
if ARGV.include?("-u") || ARGV.include?("--unicorn")
unicorn_pid = spawn(__dir__ + "/unicorn")
Thread.new do