Skip to content

Commit

Permalink
Update CI workflow to include a comment for building design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshamar committed Mar 7, 2025
1 parent db661b9 commit 28a7033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm --filter @vygruppen/spor-design-tokens build
- run: pnpm --filter @vygruppen/spor-design-tokens build # Need to build design tokens first to generate types
- run: pnpm typegen
- run: pnpm build
- run: pnpm test
Expand Down

0 comments on commit 28a7033

Please sign in to comment.