Get rid of overries, bump welshman to lockstep versioning

This commit is contained in:
Jon Staab
2025-05-15 15:52:17 -07:00
parent fd9fee8f50
commit 34c7bfcffb
8 changed files with 874 additions and 99 deletions
+6
View File
@@ -1,2 +1,8 @@
pnpm run lint
pnpm run check
if [[ ! -z $(cat package.json | grep 'link:') ]]; then
echo "Some packages are linked to local files!"
exit 1
fi