default: clean install clean: rm -rf node_modules install: yarn install upgrade: yarn upgrade-interactive --latest test: yarn run test