Skip to content

Commit

Permalink
fix problems in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjvs committed Sep 13, 2023
1 parent c2ae643 commit e6000b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run prepare

- name: Run ESLint
run: npm lint
run: npm run lint

building:
name: Build project
Expand All @@ -49,4 +49,4 @@ jobs:
run: npm install

- name: Build Project
run: npm build
run: npm run build

0 comments on commit e6000b3

Please sign in to comment.