Skip to content

Commit ea55aa9

Browse files
committed
chore(ci): update v2 release workflow (#1745)
1 parent 4ba4cd0 commit ea55aa9

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
@@ -52,8 +52,8 @@ jobs:
5252
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
5353
- name: Build
5454
run: |
55-
npm run build -w packages/commons &
5655
npm run build -w packages/batch \
56+
-w packages/commons \
5757
-w packages/idempotency \
5858
-w packages/logger \
5959
-w packages/metrics \

0 commit comments

Comments
 (0)