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