Skip to content

Commit

Permalink
include package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 17, 2024
1 parent 208aece commit a5fa550
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install
run: pnpm install --frozen-lockfile

- name: Check Artifact Size
run: du -sh libraries/**/dist internal/**/dist apps/gui/dist

# - name: Build All Packages
# run: pnpm -r run build

Expand All @@ -40,8 +43,11 @@ jobs:
name: built-packages
path: |
libraries/**/dist/
libraries/**/package.json
internal/**/dist/
internal/**/package.json
apps/gui/dist/
apps/gui/package.json
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a5fa550

Please sign in to comment.