Skip to content

Commit

Permalink
ci: disable patch-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Apkawa committed Feb 8, 2024
1 parent 93eaf63 commit d87ed41
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 99 deletions.
3 changes: 2 additions & 1 deletion apps/userscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"private": true,
"scripts": {
"postinstall": "patch-package",
"_postinstall": "patch-package",
"build": "webpack --mode=production",
"build:watch": "npm run build -- --watch",
"dev": "webpack serve --mode=development --watch",
Expand All @@ -25,6 +25,7 @@

"@types/glob": "^8.0.0",
"@types/webpack": "^5.28.0",
"patch-package": "^8.0.0",
"fromentries": "^1.3.2",
"glob": "^8.0.3",
"html-webpack-plugin": "^5.5.0",
Expand Down
140 changes: 43 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/food-recipe-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"jest-localstorage-mock": "^2.4.25",
"jest-puppeteer": "^6.2.0",
"node-fetch": "^3.3.0",
"patch-package": "^6.5.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.1",
"process": "^0.11.10",
Expand Down

0 comments on commit d87ed41

Please sign in to comment.