Skip to content

Commit 2e0b283

Browse files
committed
chore(ci): update v2 release workflow (#1745)
1 parent 7e41c0e commit 2e0b283

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
@@ -53,8 +53,8 @@ jobs:
5353
echo -e "// 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
5454
- name: Build
5555
run: |
56-
npm run build -w packages/commons &
5756
npm run build -w packages/batch \
57+
-w packages/commons \
5858
-w packages/idempotency \
5959
-w packages/logger \
6060
-w packages/metrics \

0 commit comments

Comments
 (0)