.PHONY: all setup site

all: site

setup:
	yarn install --frozen-lockfile

site: setup
	./build.sh
