Skip to content

Commit 20d1ee5

Browse files
authored
Merge pull request #18 from jonyen/issue-8_allow-air-to-run-without-go-bin
Allow air to run without go/bin
2 parents 9510783 + 5fd4aef commit 20d1ee5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tasks:
1717
- npx vite build
1818
- go install
1919
- if [[ ! $(command -v air) ]]; then go install github.com/air-verse/air@v1.52.2; fi
20+
- "if [[ ! $(command -v air) ]]; then echo \"WARNING: Attempted to go install the air command, but it still could not be found; to fix this, try adding ~/bin/go to your PATH like so: go env GOPATH >> .zshrc\"; fi"
2021
- if [[ ! $(command -v atlas) ]]; then curl -sSf https://atlasgo.sh | sh -s -- -y; fi
2122
- task: "db:up"
2223
- task: "db:apply"

0 commit comments

Comments
 (0)