add first typed files

This commit is contained in:
Dylan Knutson
2025-01-01 02:05:25 +00:00
parent 20aa7871ea
commit 7339c1153c
556 changed files with 94406 additions and 358 deletions

View File

@@ -17,4 +17,7 @@ psql-dump-domain-fa-favs:
@psql -P pager=off -c 'select user_id, post_id, 1 from domain_fa_favs limit 10000000;' -d redux_prod -h 10.166.33.171 -U scraper_redux -t -A -F ' '
test:
bin/rake parallel:spec
bundle exec srb tc && bin/rake parallel:spec
tc *args:
bundle exec srb tc {{args}}