Skip to content

Commit 2a450fb

Browse files
committed
chore: update package.json to use pnpm@10.12.4 and change prepare script to use simple-git-hooks
Signed-off-by: Innei <tukon479@gmail.com>
1 parent e58d55f commit 2a450fb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
"preview": "vite preview --port 2323",
1414
"lint": "biome lint --apply src/**/*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json} --no-errors-on-unmatched",
1515
"lint:fix": "biome lint --write .",
16-
"prepare": "husky install",
1716
"release": "sh ./release.sh",
18-
"test": "echo \"Error: no test specified\" && exit 1"
17+
"prepare": "pnpm exec simple-git-hooks"
1918
},
2019
"simple-git-hooks": {
2120
"pre-commit": "pnpm exec lint-staged"
@@ -131,5 +130,5 @@
131130
"vite-tsconfig-paths": "5.1.4",
132131
"windicss": "3.5.6"
133132
},
134-
"packageManager": "pnpm@9.14.2"
135-
}
133+
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
134+
}

0 commit comments

Comments
 (0)