bootsnap, spring, sofurry type fixes
This commit is contained in:
17
justfile
17
justfile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user