.PHONY: test clean: git clean -fxd install: npm install test: verify unit-test verify: next-build-tools verify --skip-layout-checks unit-test: export AWS_SIGNED_FETCH_DISABLE_DNS_RESOLUTION=true; export apikey=123; export api2key=123; mocha