This commit is contained in:
Alexander Wang 2025-03-21 12:18:32 -06:00
parent b46fbb6270
commit 7887fb5842
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -18,7 +18,7 @@ fi
cd d2js/js
sh_c bun build.js
if [ -n "$NPM_VERSION" ]; then
if [ -n "${NPM_VERSION:-}" ]; then
cp package.json package.json.bak
trap 'rm -f .npmrc; mv package.json.bak package.json' EXIT