DEV: bin/ember-cli standalone by default (#13344)
This commit is contained in:
parent
a96f6fbdf5
commit
513bfc3a6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue