Skip to content

Commit

Permalink
updates build to copy package.json in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
walt-1 committed Jul 3, 2024
1 parent 0f7d9c9 commit 59d5303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build the project
run: yarn build

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

- name: Archive dist folder
run: tar -czvf gfx-perp-sdk.tar.gz dist

Expand Down

0 comments on commit 59d5303

Please sign in to comment.