Skip to content

Commit

Permalink
chore: move to pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jun 12, 2024
1 parent 1773ffb commit 5a02b5a
Show file tree
Hide file tree
Showing 3 changed files with 4,244 additions and 3,396 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"docs:dev": "vitepress dev docs",
"docs:generate": "eslint-doc-generator --rule-list-columns name,description,fixable,hasSuggestions,deprecated --path-rule-list readme.md --url-rule-doc https://eslint-plugin-perfectionist.azat.io/rules/{name} --url-configs https://eslint-plugin-perfectionist.azat.io/configs && eslint-doc-generator --rule-list-columns name,description,fixable,hasSuggestions,deprecated --rule-doc-title-format name --path-rule-list ./docs/rules/index.md --url-rule-doc /rules/{name} --url-configs /configs/ && prettier --write readme.md ./docs/rules/index.md",
"docs:build": "vitepress build docs",
"format:fix": "prettier --write \"**/*.{js,ts,json,md,yml}\"",
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release:check": "pnpm test && pnpm run build",
"release:publish": "clean-publish",
Expand Down
Loading

0 comments on commit 5a02b5a

Please sign in to comment.