build: add patch-package to package.json

This commit is contained in:
Derrick Hammer 2024-03-18 16:36:17 -04:00
parent 04c38429fd
commit 90f14b63e5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"preview": "vite preview",
"typecheck": "tsc"
"typecheck": "tsc",
"patch-package": "patch-package",
"postinstall": "patch-package"
},
"dependencies": {
"@conform-to/react": "^1.0.2",