Skip to content

Commit 546a780

Browse files
build: fix release build step
1 parent 97804c4 commit 546a780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
1818
echo ${{ secrets.PGP_SECRET }} | base64 --decode | gpg --batch --import
1919
- run: npm ci
20-
- run: npm run build
20+
- run: npx nx run-many --target=build
2121
- name: Release
2222
run: npm run lerna:publish
2323
env:

0 commit comments

Comments
 (0)