-
-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathbb.edn
More file actions
21 lines (21 loc) · 708 Bytes
/
bb.edn
File metadata and controls
21 lines (21 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:paths ["src" "resources" "dev" "test"]
:deps {io.aviso/pretty {:mvn/version "1.4.4"}}
:min-bb-version "0.6.4"
:tasks {app tasks.pwa/pwa
deps tasks.deps/fix-deps
ci tasks.ci/ci
clean tasks.clean/clean
check tasks.check/check
dev tasks.dev/-main
e2e tasks.e2e/all
fmt tasks.format/fix
docs tasks.docs/-main
jar tasks.package/jar
test tasks.test/test
tag tasks.version/tag
ext tasks.build/extensions
ide tasks.ide/open
pkg tasks.package/all
deploy tasks.deploy/all
py tasks.py/-main
bench tasks.bench/-main}}