Skip to content

Commit

Permalink
chore: update lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 23, 2024
1 parent 744548d commit 2807a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm dev:prepare

- name: Lint
run: pnpm lint:all
run: pnpm lint

- name: Test
run: pnpm vitest run --coverage
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"lint": "eslint",
"lint:all": "pnpm lint .",
"lint": "eslint .",
"prepack": "nuxt-module-build build",
"prepublishOnly": "pnpm lint && pnpm test",
"release": "bumpp && pnpm publish",
Expand Down

0 comments on commit 2807a95

Please # to comment.