#!/usr/bin/env bash
pushd ../tcr-node-multi-hashing
  npm i --unsafe-perm
popd
npm i --unsafe-perm
npm run start:prod
