Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 6, 2023
1 parent 4945cb7 commit 080be1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"fix": "pnpm lint --fix && pnpm format:write",
"format": "prettier \"**/*\" --ignore-unknown",
"format:write": "pnpm format --write",
"postinstall": "pnpm run build",
"lint": "eslint . .*js --max-warnings 0 --report-unused-disable-directives",
"lint:knip": "knip",
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
Expand All @@ -32,8 +33,7 @@
"lint:spelling": "cspell \"**\" \".github/**/*\"",
"should-semantic-release": "should-semantic-release --verbose",
"test": "vitest",
"tsc": "tsc",
"postinstall": "pnpm run build"
"tsc": "tsc"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 080be1a

Please sign in to comment.