Skip to content

Commit

Permalink
I feel like i’m getting closer to getting the linter passing…
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Jan 31, 2024
1 parent cc1cd46 commit 11c0e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flash-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
yarn
cd fixture
yarn
yarn build
Expand All @@ -43,6 +44,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
yarn
cd fabricfixture
yarn
lint-ts:
Expand Down

0 comments on commit 11c0e20

Please sign in to comment.