bootsnap, spring, sofurry type fixes

This commit is contained in:
Dylan Knutson
2025-07-08 01:25:00 +00:00
parent f79e37f256
commit 0427ac43c7
24 changed files with 176 additions and 38 deletions

View File

@@ -19,8 +19,8 @@ psql-dump-domain-fa-favs:
test:
bundle exec srb tc
rm -rf tmp/blob_files_test/thumbnails
RAILS_ENV=test rspec ./spec/lib/has_bulk_enqueue_jobs_spec.rb
RAILS_ENV=test parallel_rspec --exclude-pattern "./spec/lib/has_bulk_enqueue_jobs_spec.rb"
RAILS_ENV=test bin/rspec ./spec/lib/has_bulk_enqueue_jobs_spec.rb
RAILS_ENV=test bin/parallel_rspec --exclude-pattern "./spec/lib/has_bulk_enqueue_jobs_spec.rb"
tc *args:
bundle exec srb tc {{args}}
@@ -30,3 +30,16 @@ tapioca *args:
user_scripts:
yarn build:user-scripts
dev:
exo run Procfile.dev
dev-console:
RAILS_ENV=development bin/rails console
staging:
exo run Procfile.staging
staging-console:
RAILS_ENV=staging bin/rails console