Update and improve things

This commit is contained in:
Alex Zinn
2025-08-30 20:17:26 -04:00
parent 68e5b87d8b
commit 96dd978d5d
11 changed files with 112 additions and 159 deletions

View File

@@ -4,10 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail
echo "Preparing package.json for distributions"
echo "Preparing package.json for distribution"
bash scripts/prepare-package-json.sh
echo "Copying .npmrc to dist/"
cp .npmrc dist/
echo "Pre-publish done"