ci: re-enable nx cloud (#9132)

This commit is contained in:
Brooooooklyn
2024-12-13 02:57:42 +00:00
parent d620a525cc
commit 8f29a58508
4 changed files with 1 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ runs:
- name: Build
shell: bash
run: |
yarn workspace ${{ inputs.package }} build --target ${{ inputs.target }} --use-napi-cross
yarn workspace ${{ inputs.package }} nx build ${{ inputs.package }} --verbose -- --target ${{ inputs.target }} --use-napi-cross
env:
NX_CLOUD_ACCESS_TOKEN: ${{ inputs.nx_token }}
DEBUG: 'napi:*'