chore: add patch-package to package yarns

This commit is contained in:
Ben Allfree 2023-10-04 09:08:26 -07:00
parent b85aa9f8d7
commit 52bafe69c1
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,9 @@
"version": "0.0.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"postinstall": "cd ../.. && patch-package"
},
"dependencies": {
"ajv": "^8.11.2",
"nanoid": "^4.0.0"

View File

@ -7,7 +7,8 @@
"dev": "vite dev --force",
"build": "vite build",
"lint": "prettier --check .",
"format": "prettier --write ."
"format": "prettier --write .",
"postinstall": "cd ../.. && patch-package"
},
"type": "module",
"dependencies": {

View File

@ -9,7 +9,8 @@
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"postinstall": "cd ../.. && patch-package"
},
"repository": {
"type": "git",