Skip to content

Commit

Permalink
use CI to pnpm pack because i cannot figure out the build
Browse files Browse the repository at this point in the history
  • Loading branch information
styu committed Nov 21, 2024
1 parent 041064d commit bea16cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,12 @@ jobs:
- name: Verify nothing added
run: u="$(git ls-files --others --exclude-standard)" && test -z "$u"

- name: TEMPORARY - pnpm pack API package for use
run: cd packages/widget.api.unstable && pnpm pack
- name: Archive NPM packages
uses: actions/upload-artifact@v4
with:
name: npm-packages
path: |
packages/widget.api.unstable/osdk-widget-api.unstable-*.tgz

0 comments on commit bea16cd

Please sign in to comment.