Skip to content

Makefile for building/linting#536

Open
Savid wants to merge 1 commit intoethereum:masterfrom
Savid:feat/makefile
Open

Makefile for building/linting#536
Savid wants to merge 1 commit intoethereum:masterfrom
Savid:feat/makefile

Conversation

@Savid
Copy link
Member

@Savid Savid commented Jun 3, 2025

Add Makefile for streamlined build process and update README with sim…plified instructions

```
and run lint with
To run lint locally, run
```
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
```
```bash
default: build serve

build:
npx swagger-cli bundle ./beacon-node-oapi.yaml -r -t yaml -o ./deploy/beacon-node-oapi.yaml
Copy link
Member

Choose a reason for hiding this comment

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

do we wanna copy files like index.html here as well?

- name: Prepare deploy directory
run: |
mkdir ./deploy
cp -r dist ./deploy
cp -r assets ./deploy
cp index.html ./deploy

yarn global add @redocly/cli
```
and run lint with
To run lint locally, run
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
To run lint locally, run
To run lint locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants