Skip to content

Commit

Permalink
build: add step to copy package.json to dist directory in release wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
websiddu committed Oct 17, 2024
1 parent c08881f commit 5484438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Build library
run: npm run build:lib

- name: Copy package.json
run: cp package.json dist

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5484438

Please sign in to comment.