Skip to content

Commit

Permalink
fix: update workflow and command
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Sep 4, 2024
1 parent ccd5c0e commit 9c31076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ltpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
auto_fix: true
eslint: true
prettier: true
commit_message: "chore: lint fix ${linter}"

- name: Run tests
run: pnpm test
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
"tag": "package-version-git-tag --push",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
Expand Down

0 comments on commit 9c31076

Please sign in to comment.