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.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/no-check-dev-engines.patch b/no-check-dev-engines.patch
index 46b06a416c66..2dc02f408e8b 100644
--- a/no-check-dev-engines.patch
+++ b/no-check-dev-engines.patch
@@ -1,10 +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",
+@@ -14,7 +14,6 @@
+ "debug": "gulp debug",
+ "package": "gulp build && cross-env NODE_ENV=production node -r babel-register -r babel-polyfill scripts/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\"",
+ "cleanup": "mop -v",
+ "cucumber": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 cucumber-js --compiler js:babel-register --format 'progress-bar' --format-options '{\"snippetInterface\": \"synchronous\"}' --tags 'not @skip'",
+ "cucumber-watch": "npm run cucumber -- --tags @watch",