Skip to content

Commit

Permalink
Run build last in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
djohalo2 committed Jul 12, 2024
1 parent c7c9778 commit b0b56dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Build typescript
run: npm run tsc

- name: Build package
run: npm run build

- name: Run ESLint
run: npm run lint

# TODO Uncomment when tests are added
# - name: Run tests
# run: npm test

- name: Build package
run: npm run build

0 comments on commit b0b56dd

Please sign in to comment.