Merge pull request #3028 from phyzical/bugfix/3027

add post install to also install electron folder's deps
This commit is contained in:
hydroflame 2022-02-23 10:43:07 -05:00 committed by GitHub
commit f4d342f15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,6 +114,7 @@
"lint": "eslint --fix . --ext js,jsx,ts,tsx",
"lint:report": "eslint --ext js,jsx,ts,tsx .",
"preinstall": "node ./tools/engines-check/engines-check.js",
"postinstall": "cd electron && npm install",
"test": "jest",
"test:watch": "jest --watch",
"watch": "webpack --watch --mode production",