File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ all: help
28
28
# #####################
29
29
30
30
# Some directories may be mount points as in devcontainer, so we need to clear their
31
- # contents rather than remove the entire directory. But we must also be mindful that
31
+ # contents rather than remove the entire directory. But we must also be mindful that
32
32
# we are not running in a devcontainer, so need to ensure the directories exist.
33
33
# See https://code.visualstudio.com/remote/advancedcontainers/improve-performance
34
34
CLEAR_DIRS = $(foreach dir,$1,$(shell mkdir -p $(dir ) && find $(dir ) -mindepth 1 -delete) )
@@ -309,7 +309,6 @@ endif
309
309
310
310
build_langflow_base :
311
311
cd src/backend/base && uv build $(args )
312
- $(call CLEAR_DIRS,src/backend/base/langflow/frontend)
313
312
314
313
build_langflow_backup :
315
314
uv lock && uv build
You can’t perform that action at this time.
0 commit comments