mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
Adds types
This commit is contained in:
31
Taskfile.yml
31
Taskfile.yml
@@ -180,3 +180,34 @@ tasks:
|
||||
desc: "Clear IGDB sync lock (if job is stuck)"
|
||||
cmds:
|
||||
- rake igdb:clear_lock
|
||||
|
||||
typecheck:
|
||||
desc: "Run Sorbet type checker"
|
||||
cmds:
|
||||
- bundle exec srb tc
|
||||
|
||||
typecheck:watch:
|
||||
desc: "Run Sorbet type checker in watch mode"
|
||||
cmds:
|
||||
- bundle exec srb tc --watch
|
||||
|
||||
tapioca:init:
|
||||
desc: "Initialize Tapioca (run once after adding Sorbet)"
|
||||
cmds:
|
||||
- bundle exec tapioca init
|
||||
|
||||
tapioca:gems:
|
||||
desc: "Generate RBI files for gems"
|
||||
cmds:
|
||||
- bundle exec tapioca gems
|
||||
|
||||
tapioca:dsl:
|
||||
desc: "Generate RBI files for DSLs (Rails models, etc.)"
|
||||
cmds:
|
||||
- bundle exec tapioca dsl
|
||||
|
||||
tapioca:all:
|
||||
desc: "Generate all RBI files (gems + DSLs)"
|
||||
cmds:
|
||||
- bundle exec tapioca gems
|
||||
- bundle exec tapioca dsl
|
||||
|
||||
Reference in New Issue
Block a user