Fix package.sh pnpm clean -> nx

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2026-02-13 10:40:25 +00:00
parent 615a4e4385
commit 1c008df5c0
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -8,7 +8,7 @@ else
version=`git describe --dirty --tags || echo unknown`
fi
pnpm clean
pnpm nx clean
VERSION=$version pnpm build
# include the sample config in the tarball. Arguably this should be done by