#!/bin/bash -e ## tools/check-lockfiles ## ## Verifies that the various dependency lockfiles used in this project match ## the dependencies configured. cd "$(dirname "$0")/.." npm ci --dry-run cargo update --locked --workspace