Skip to content

Commit

Permalink
ci: fix nx publish vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakchai Homhual authored and Sakchai Homhual committed Nov 7, 2023
1 parent 596fd3c commit a1c79c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:

- name: Publish Visual Studio Code Extension
run: |
npx nx reset # Workaround for the NX issue https://github.com/nrwl/nx/issues/17781 to prevent NX command below error.
echo package-lock.json >> .nxignore # Prevent this file affected for all packages, issue https://github.com/nrwl/nx/issues/15116
npx nx affected --targets vsce:publish --base=release-base --head=HEAD
env:
Expand Down

0 comments on commit a1c79c8

Please sign in to comment.