Skip to content

Commit ee9bede

Browse files
committed
chore(ci): build again before releasing
1 parent cab900c commit ee9bede

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ jobs:
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4848
run: |
4949
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
50+
- name: Build for Release
51+
run: npx nx run-many --target=build --parallel=3
5052
- name: Publish
5153
run: npx lerna publish --no-private from-git --yes

0 commit comments

Comments
 (0)