Skip to content

Commit

Permalink
Fix lerna publish nightly remove from-package (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jun 8, 2021
1 parent a0b5578 commit 7ff5465
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 @@ -27,7 +27,7 @@
"benchmark": "lerna run benchmark",
"cli": "node --trace-deprecation --max-old-space-size=8192 ./packages/cli/bin/lodestar",
"publish": "lerna publish from-package --yes --no-verify-access",
"publish-nightly": "yarn run publish --canary --dist-tag next",
"publish-nightly": "lerna publish --yes --no-verify-access --canary --dist-tag next",
"release": "lerna version --no-push --sign-git-commit",
"postrelease": "git tag -d $(git describe --abbrev=0)"
},
Expand Down

1 comment on commit 7ff5465

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 7ff5465 Previous: 647acb0 Ratio
processRegistryUpdates 30068.85768409658 ops/sec (±0.00%) 106541.65778819518 ops/sec (±0.00%) 3.54
processSlashings 55.36391643459036 ops/sec (±0.00%) 232.75798662479505 ops/sec (±0.00%) 4.20

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.