Skip to content

Commit

Permalink
Add the streamlit lib package to the deps of the kernel make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 17, 2024
1 parent 72cc35b commit c91319e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $(desktop): packages/desktop/src/*.ts packages/desktop/src/*.tsx packages/deskto

.PHONY: kernel
kernel: $(kernel)
$(kernel): packages/kernel/src/*.ts $(common) $(stlite-server-wheel) $(streamlit_wheel) $(streamlit_proto)
$(kernel): packages/kernel/src/*.ts $(common) $(stlite-server-wheel) $(streamlit_wheel) $(streamlit_proto) $(streamlit_frontend_lib_prod)
cd packages/kernel; \
yarn build
@touch $@
Expand Down

0 comments on commit c91319e

Please sign in to comment.