-include $(PWD)/build/common.mk

all:
	@$(call run-app-js-command, build)

.PHONY: web_assets
web_assets:
	web_assets install $$PWD
