fix: add postinstall command

This commit is contained in:
enscribe 2025-03-21 22:42:56 -07:00
parent 0cf9a9fd45
commit af62bcb39f
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322

View file

@ -9,7 +9,8 @@
"build": "astro check && astro build", "build": "astro check && astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro", "astro": "astro",
"prettier": "prettier --write ." "prettier": "prettier --write .",
"postinstall": "patch-package"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",