all:
	npm run build:all

watch:
	npm run build:watch

.PHONY: all watch
