Skip to content

Commit 9282918

Browse files
committed
build(task): change default from test to all
1 parent bf1887c commit 9282918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
tasks:
1212
default:
1313
deps:
14-
- test
14+
- all
1515

1616
all:
1717
desc: 'Build and test everything'

0 commit comments

Comments
 (0)