Skip to content

Commit

Permalink
Tweaking the ulimit is no longer necessary with newer versions of Node
Browse files Browse the repository at this point in the history
Summary: Should ameliorate #257.
Closes #322

Reviewed By: @josephsavona

Differential Revision: D2446603
  • Loading branch information
steveluscher authored and facebook-github-bot-0 committed Sep 16, 2015
1 parent 5330ba5 commit fe6367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"main": "lib/Relay.js",
"repository": "facebook/relay",
"scripts": {
"build": "[ $(ulimit -n) -lt 4096 ] && ulimit -n 4096; gulp",
"build": "gulp",
"prepublish": "npm run build",
"test": "f() { EXIT=0; npm run typecheck || EXIT=$?; NODE_ENV=test jest $@ || EXIT=$?; exit $EXIT; }; f",
"typecheck": "flow check src/",
Expand Down

0 comments on commit fe6367a

Please sign in to comment.