summarylogtreecommitdiffstats
path: root/no-check-dev-engines.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-check-dev-engines.patch')
-rw-r--r--no-check-dev-engines.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/no-check-dev-engines.patch b/no-check-dev-engines.patch
new file mode 100644
index 000000000000..46b06a416c66
--- /dev/null
+++ b/no-check-dev-engines.patch
@@ -0,0 +1,10 @@
+--- a/package.json
++++ b/package.json
+@@ -16,7 +16,6 @@
+ "start-debug-hot": "npm run start-hot -- --debug=5858",
+ "package": "cross-env NODE_ENV=production node -r babel-register -r babel-polyfill webpack/package.js",
+ "package-all": "npm run package -- --all",
+- "postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
+ "preinstall": "which electron || npm install electron@1.7.11",
+ "dev": "npm run purge-translations && concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\"",
+ "debug": "concurrently --kill-others \"npm run hot-server\" \"npm run start-debug-hot\" \"electron-inspector\"",