Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ js-build-watch: ## [js] Build JS code in watch mode
@echo "🧳 Building JS code in watch mode"
cd $(PATH_PKG_JS) && npm run watch

.PHONY: update-dist
update-dist: js-build r-update-dist py-update-dist ## Update shinychat web assets in all packages

.PHONY: r-setup
r-setup: ## [r] Install R dependencies
@echo "🆙 Updating R dependencies"
Expand Down
2 changes: 1 addition & 1 deletion js/dist/chat/chat.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/dist/chat/chat.js.map

Large diffs are not rendered by default.

Loading