Remove outdated part of the postinstall script (#733)

This commit is contained in:
Jed Fox
2023-03-09 07:36:52 -05:00
committed by GitHub
parent 497b2a2009
commit a82300e20f

View File

@@ -31,7 +31,7 @@
"rebuild-electron": "./node_modules/.bin/electron-rebuild -f -m ./packages/loot-core",
"rebuild-node": "yarn workspace loot-core rebuild",
"lint": "cross-env NODE_ENV=development yarn workspaces foreach --verbose run lint --max-warnings 0",
"postinstall": "rm -rf ./packages/loot-design/node_modules/react && patch-package"
"postinstall": "patch-package"
},
"devDependencies": {
"cross-env": "^5.1.5",