#!/bin/sh [ -d node_modules/lerna ] || npm i . redo clean redo -j3 all