Skip to content

Commit

Permalink
chore(scripts): minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Aug 24, 2024
1 parent 93f3d0e commit f380822
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .simple-git-hooks.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"pre-commit": "npx lint-staged"
"pre-commit": "pnpm -s lint-staged"
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
},
"scripts": {
"update-hooks": "simple-git-hooks",
"changeset": "changeset",
"lint": "biome lint .",
"type-check": "tsc --noEmit --emitDeclarationOnly false",
"format:prettier": "prettier . --write",
Expand Down Expand Up @@ -91,7 +90,7 @@
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^22.4.2",
"@types/node": "^22.5.0",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/ui": "^2.0.5",
Expand All @@ -112,5 +111,5 @@
"@types/dom-webcodecs": "^0.1.11",
"zxing-wasm": "1.2.12"
},
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}
Loading

0 comments on commit f380822

Please sign in to comment.