Skip to content

Commit 8670754

Browse files
committed
Add postinstall script to package.json
Introduces a postinstall script to run patch-package after dependencies are installed. This helps ensure patches are applied automatically during installation.
1 parent 7b255a0 commit 8670754

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"test": "vitest",
1212
"types": "wrangler types env.d.ts --include-runtime false",
1313
"format": "prettier --write .",
14-
"check": "prettier . --check && biome lint && tsc"
14+
"check": "prettier . --check && biome lint && tsc",
15+
"postinstall": "patch-package"
1516
},
1617
"keywords": [
1718
"cloudflare",

0 commit comments

Comments
 (0)