Skip to content

Commit

Permalink
move build step inside of the snapshot action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDroryAu committed Feb 2, 2025
1 parent 422d18e commit 127fcbd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build Sku
run: pnpm build

- name: Publish
uses: seek-oss/changesets-snapshot@v0
with:
pre-publish: pnpm build
env:
GITHUB_TOKEN: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 127fcbd

Please sign in to comment.