Skip to content

Commit 0e97560

Browse files
committed
fix: update recipe
1 parent 4b99a24 commit 0e97560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ build:
66
make -C ./src/file-explorer-ui dist
77
make -C ./src/http-server build
88

9-
release: ui-build
9+
release:
10+
make -C ./src/file-explorer-ui release
1011
make -C ./src/http-server release
1112

1213
run:

0 commit comments

Comments
 (0)