Skip to content

Commit d434c40

Browse files
committed
fix: change postinstall script to prepare
1 parent 759940b commit d434c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint:eslint": "eslint src --ext .ts",
4343
"lint:lit": "lit-analyzer src --strict",
4444
"lint": "npm-run-all --parallel lint:*",
45-
"postinstall": "patch-package",
45+
"prepare": "patch-package",
4646
"prepublishOnly": "run-s build analyze",
4747
"serve": "web-dev-server --node-resolve",
4848
"size": "size-limit",

0 commit comments

Comments
 (0)