Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Mar 14, 2024
1 parent f5d0f2f commit d440bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
/data/

# Go task
/.task/
/.task/
25 changes: 0 additions & 25 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
run: when_changed

vars:
OUT_DIR: "{{.USER_WORKING_DIR}}/out"
OUT_DIR: "{{.USER_WORKING_DIR}}/dist"

tasks:
release:
Expand Down Expand Up @@ -37,4 +37,4 @@ tasks:
cmds:
- rm -rf {{.OUT_DIR}}
- git submodule deinit --all
- go clean
- go clean

0 comments on commit d440bf4

Please sign in to comment.