diff --git a/scripts/package.sh b/scripts/package.sh index 5c5fb59368..d99f96f7ee 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -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