Skip to content

Commit

Permalink
chore: fix npm build command
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Jul 4, 2024
1 parent ad24dab commit 88447ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Build
run: yarn nx build ${{ inputs.lib }}
run: npx nx build ${{ inputs.lib }}

- name: Copy .npmrc to destination
run: cp ${{ env.NPM_CONFIG_USERCONFIG }} ${{ env.DESTINATION_PATH }}/
Expand Down

0 comments on commit 88447ca

Please sign in to comment.