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

.PHONY: build
build:
	@echo 'Building wappush app...'
	@$(call run-app-js-command, build)
