Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
removes lint command that does not exist.
  • Loading branch information
jimmylee authored Aug 15, 2024
1 parent 8079f42 commit e6be89c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ jobs:
env:
CI: true

- name: Lint code
run: npm run lint

- name: Test build app
run: npm run build
run: npm run build

0 comments on commit e6be89c

Please # to comment.