Skip to content

Commit

Permalink
chore: add legacy peer deps to js publish
Browse files Browse the repository at this point in the history
otherwise, the actions folder is not published from dist
  • Loading branch information
timurbazhirov committed Dec 20, 2024
1 parent b25b98d commit 8513283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
verify-tests: false
npm-options: '--legacy-peer-deps'

- name: Publish tests package
uses: ./actions/js/publish
Expand All @@ -88,3 +89,4 @@ jobs:
package-directory: ./tests
verify-tests: false
publish-tag: false
npm-options: '--legacy-peer-deps'

0 comments on commit 8513283

Please sign in to comment.