mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
Remove outdated part of the postinstall script (#733)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user