Skip to content

Commit c52f904

Browse files
committed
modify postinstall script
1 parent ca94608 commit c52f904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/kentcdodds/kentcdodds.com#readme",
2424
"type": "module",
2525
"scripts": {
26-
"postinstall": "patch-package --patch-dir other/patches && npm install --prefix ./oauth",
26+
"postinstall": "patch-package --patch-dir other/patches",
2727
"clean": "rimraf ./node_modules/.cache ./server/dist ./build ./public/build",
2828
"prebuild": "npm run clean && echo All clean ✨",
2929
"build": "run-s build:*",

0 commit comments

Comments
 (0)