# Copyright (c) 2017 PlanGrid, Inc.

publish:
	npm run tag-and-publish

start:
	npm start

lint:
	npm run lint

test:
	npm test
