Remove cli link in package.json

This commit is contained in:
dapplion
2021-07-27 10:56:20 +02:00
parent fff1e225f9
commit 74c9b2ec9a

View File

@@ -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)",