Update signer to use get_public_key instead of assuming bunker key == user key

This commit is contained in:
Jon Staab
2024-10-28 15:41:23 -07:00
parent dcdf42723c
commit dc62248b7c
5 changed files with 106 additions and 81 deletions
-2
View File
@@ -1,7 +1,5 @@
#!/bin/bash
./build.sh
for package in $(./get_packages.py); do
npx onchange packages/$package -e '**/build/**' -k -- ./build_and_link.sh $package &
done