Improve deploy procedure

This commit is contained in:
Alexander Zinn
2025-08-28 16:52:10 -04:00
parent 44afa943b4
commit 38f8a2b3ef
2 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
#! /usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
set -x
jq '{name, version, type, dependencies, module, main, types, exports, publishConfig}' package.json > package.json.tmp
mv package.json.tmp dist/package.json