Skip to content

Commit

Permalink
Update ESLint workflow and build common package
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoward64 committed Nov 22, 2023
1 parent 1a35f2b commit ae90cc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
cache: yarn

- name: Install dependencies
working-directory: ./packages/portal
run: yarn install

- name: Build GraphQL
run: yarn run gql:build
working-directory: .

- name: Build common
working-directory: ./packages/common
run: yarn build

- name: Run ESLint
run: npm run lint:report
Expand Down

0 comments on commit ae90cc2

Please sign in to comment.