Skip to content

Commit

Permalink
update z.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuro9715 committed Feb 23, 2021
1 parent f3227e8 commit c7b6374
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion z.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
default: readme
default: default
tasks:
default:
- z readme
- z build
symlink: go build && ln -sf $(pwd)/z $HOME/bin/
release:
desc: z release v1.0.0
Expand All @@ -19,6 +22,8 @@ tasks:
- sh scripts/generate-readme.sh
test:
- go test ./...
build:
- go build .
run:
- go run .
bench:
Expand Down

0 comments on commit c7b6374

Please sign in to comment.