Skip to content

Commit 758fffd

Browse files
committed
update: tasks
1 parent 1dfcdb1 commit 758fffd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
install-babashka:
1+
build-ci:
22
curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install
33
chmod +x install && ./install --dir .
4-
export PATH=$PATH:$(pwd)
5-
6-
dev:clean
7-
bb dev
4+
./bb build
85

96
build:clean
107
bb build
118

9+
dev:clean
10+
bb dev
11+
1212
clean:
1313
rm -rf outputs

0 commit comments

Comments
 (0)