Clean up nostr-tools dependencies

This commit is contained in:
Jon Staab
2025-04-01 10:50:43 -07:00
parent 04816f8377
commit 5ad6347123
10 changed files with 75 additions and 50 deletions
+4
View File
@@ -5,6 +5,10 @@ upstream=$1
npm run fix -w @welshman/$upstream
npm run build -w @welshman/$upstream
if [[ $? -eq 1 ]]; then
exit 1
fi
for downstream in $(./get_packages.py); do
n=@welshman/$upstream
f=packages/$downstream/package.json