Skip to content

Commit

Permalink
fix(taskfile): Fix nointro:update task
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 14, 2024
1 parent 2cd7f60 commit d9bb726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .taskfiles/nointro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ version: '3'

tasks:
update:
cmd: go generate ./internal/database/...
cmds:
- go run ./internal/database/generate/download
- go run -tags embed_nes_xml ./internal/database/generate/to_csv

0 comments on commit d9bb726

Please sign in to comment.