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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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