Skip to content

Commit 9dc04da

Browse files
committed
fix: nx build target
1 parent 41d0daa commit 9dc04da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-to-npm-reg.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,9 @@ jobs:
3232
run: npm install
3333

3434
- name: Build Nx Project
35-
run: nx build
35+
run: nx build @peaq-network/${{ matrix.packages }}
3636
- name: Authenticate with private NPM package
3737
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
38-
- name: List files in the repository
39-
run: |
40-
ls -R ${{ github.workspace }}
41-
- name: Publish ${{ matrix.packages }}
4238
working-directory: ./packages/
4339
run: |
4440
node ../tools/scripts/publish.mjs @peaq-network/${{ matrix.packages }} ${{ steps.package-version.outputs.current-version}}

0 commit comments

Comments
 (0)