mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
Remove cli link in package.json
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
"test:spec-main": "lerna run test:spec-main --no-bail",
|
||||
"benchmark": "node --max-old-space-size=4096 -r ts-node/register -r ./packages/lodestar/test/setup.ts ./node_modules/.bin/benchmark 'packages/*/test/perf/**/*.test.ts'",
|
||||
"benchmark:local": "yarn benchmark --local",
|
||||
"cli": "node --trace-deprecation --max-old-space-size=8192 ./packages/cli/bin/lodestar",
|
||||
"publish:release": "lerna publish from-package --yes --no-verify-access",
|
||||
"release": "lerna version --no-push --sign-git-commit",
|
||||
"postrelease": "git tag -d $(git describe --abbrev=0)",
|
||||
|
||||
Reference in New Issue
Block a user