Skip to content

Commit

Permalink
Fix linting gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiabdm committed Jun 4, 2024
1 parent c5a38b8 commit a173c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run --frozen-lockfile

- name: Prepare Nuxt
run: npm run nuxi prepare
run: npm run prepare

- name: Run ESLint
run: npm run lint
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "nuxi build",
"start": "nuxi start",
"generate": "nuxi generate",
"prepare": "nuxi prepare",
"preview": "nuxi preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
Expand Down

0 comments on commit a173c08

Please sign in to comment.