Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

feat: use reduced keysize #698

Merged
merged 5 commits into from
Mar 6, 2018
Merged

feat: use reduced keysize #698

merged 5 commits into from
Mar 6, 2018

Conversation

dryajov
Copy link
Contributor

@dryajov dryajov commented Feb 21, 2018

No description provided.

package.json Outdated
"release-minor": "node --max-old-space-size=8192 node_modules/.bin/aegir release --type minor ",
"release-major": "node --max-old-space-size=8192 node_modules/.bin/aegir release --type major ",
"coverage": "node --max-old-space-size=8192 node_modules/.bin/aegir coverage --timeout 100000",
"coverage-publish": "anode --max-old-space-size=8192 node_modules/.bin/aegir coverage --provider coveralls --timeout 100000"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dryajov why this change?

Copy link
Contributor Author

@dryajov dryajov Feb 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$() breaks windows as it is a unix shell (bash?) thing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

"release-minor": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir release --type minor ",
"release-major": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir release --type major ",
"coverage": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir coverage --timeout 100000",
"coverage-publish": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir coverage --provider coveralls --timeout 100000"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@daviddias daviddias merged commit cee9a3d into master Mar 6, 2018
@daviddias daviddias deleted the feat/usebitss branch March 6, 2018 11:15
@ghost ghost removed the in progress label Mar 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants