Skip to content

Commit

Permalink
Merge 828cd34 into ebb6ef8
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Jul 27, 2021
2 parents ebb6ef8 + 828cd34 commit b3e69c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: yarn build
if: steps.cache-deps.outputs.cache-hit == 'true'
# </common-build>
- name: Test root binary exists
run: ./lodestar --version
- name: Check Types
run: yarn run check-types
- name: Lint
Expand Down
1 change: 0 additions & 1 deletion lodestar

This file was deleted.

7 changes: 7 additions & 0 deletions lodestar
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

# Convenience script to run the lodestar binary from built source
#
# ./lodestar.sh beacon --network prater

node --trace-deprecation --max-old-space-size=6144 ./packages/cli/bin/lodestar "$@"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit b3e69c0

Please sign in to comment.