diff --git a/.github/workflows/make-v2-release.yml b/.github/workflows/make-v2-release.yml
index 800fd8e8cc..f590a624b1 100644
--- a/.github/workflows/make-v2-release.yml
+++ b/.github/workflows/make-v2-release.yml
@@ -45,7 +45,7 @@ jobs:
           echo "// this file is auto generated, do not modify\nexport const PT_VERSION = '2.0.0-alpha.$(jq -r '.iteration' v2.json)';" > packages/commons/src/version.ts
       - name: Build
         run: |
-          npm run build:prod -w packages/batch \
+          npm run build -w packages/batch \
             -w packages/commons \
             -w packages/idempotency \
             -w packages/logger \