Skip to content

Commit

Permalink
chore: Move patch-package to root
Browse files Browse the repository at this point in the history
This seems to apply now with a fresh install from root
  • Loading branch information
notlee committed Jun 6, 2024
1 parent 7b0327a commit 886e349
Show file tree
Hide file tree
Showing 4 changed files with 1,844 additions and 1,627 deletions.
6 changes: 2 additions & 4 deletions apps/for-everyone-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "../../scripts/build-o3-deps.sh && NODE_OPTIONS=--max-old-space-size=10248 astro build && node remove-branded-headings.mjs",
"preview": "astro preview",
"astro": "astro",
"send-newsletter": "node src/helpers/email-newsletter.js",
"postinstall": "patch-package"
"send-newsletter": "node src/helpers/email-newsletter.js"
},
"engines": {
"node": "18.18.2",
Expand Down Expand Up @@ -41,7 +40,6 @@
"devDependencies": {
"globby": "^14.0.1",
"html-minifier": "^4.0.0",
"jsdom": "^24.1.0",
"patch-package": "^8.0.0"
"jsdom": "^24.1.0"
}
}
Loading

0 comments on commit 886e349

Please sign in to comment.