Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
ci: run bundle as part of build-lint-test workflow (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Oct 18, 2023
1 parent fb5c25e commit 4edf2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile --ignore-scripts
- run: yarn build
- run: yarn bundle
- run: yarn lint
- run: yarn test
all-jobs-pass:
Expand Down

0 comments on commit 4edf2ba

Please sign in to comment.