Skip to content

Commit

Permalink
chore: simplify pnpm run to pnpm and update pnpm version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
NozomuIkuta committed Dec 22, 2023
1 parent ddf04f6 commit e92c695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix
run: pnpm lint:fix
- uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9
with:
commit-message: "chore: apply automated fixes"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"play": "jiti playground",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
"prepack": "pnpm run build",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"test:types": "tsc --noEmit --skipLibCheck"
Expand All @@ -42,5 +42,5 @@
"unbuild": "^2.0.0",
"vitest": "^1.0.1"
},
"packageManager": "pnpm@8.11.0"
"packageManager": "pnpm@8.12.1"
}

0 comments on commit e92c695

Please sign in to comment.