Skip to content

Commit b2e7fdc

Browse files
author
John Campion
committed
build: switch to prepare rather than postinstall
1 parent e91fa9c commit b2e7fdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.2.1",
55
"private": true,
6-
"packageManager": "pnpm@8.1.0",
6+
"packageManager": "pnpm@8.2.0",
77
"description": "Starter repo for Typescript projects and NPM packages",
88
"author": "John Campion",
99
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"lint": "eslint .",
4141
"lint:fix": "eslint . --fix",
4242
"format": "prettier --check --write .",
43-
"postinstall": "npx simple-git-hooks",
43+
"prepare": "npx simple-git-hooks",
4444
"test": "vitest run",
4545
"release": "changelogen --release --push && pnpm publish",
4646
"release:minor": "changelogen --release --minor --push && pnpm publish",

0 commit comments

Comments
 (0)