Skip to content

Commit 78c2ca4

Browse files
committed
build eslint-plugin-gamut before linting
1 parent b61bb88 commit 78c2ca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: ./.github/actions/yarn
20+
- run: npx nx build eslint-plugin-gamut
21+
if: ${{ matrix.command == 'lint' }}
2022
- run: yarn ${{ matrix.command }}
2123

2224
on:

0 commit comments

Comments
 (0)