Skip to content

Commit fce5d62

Browse files
authored
chore(ci): update v2 release workflow (#1745)
1 parent f33c4c5 commit fce5d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/make-v2-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
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
4646
- name: Build
4747
run: |
48-
npm run build:prod -w packages/batch \
48+
npm run build -w packages/batch \
4949
-w packages/commons \
5050
-w packages/idempotency \
5151
-w packages/logger \

0 commit comments

Comments
 (0)