Skip to content

Commit

Permalink
Add npm install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Oct 28, 2024
1 parent a1480be commit 63b8479
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ A continuous integration server (CI) serializes and signs the updated seed file

## Git flow for `/studies`

1. Create or modify a study in `/studies`, following the protobuf schema in
1. Run `npm install` after a checkout.
2. Create or modify a study in `/studies`, following the protobuf schema in
[`src/proto/study.proto`](/src/proto/study.proto).
2. Run `npm run seed_tools lint -- --fix` until there are no issues.
3. Create a PR to the `main` branch.
4. Verify that everything works as intended using the PR instructions.
3. Run `npm run seed_tools lint -- --fix` until there are no issues.
4. Create a PR to the `main` branch.
5. Verify that everything works as intended using the PR instructions.

## Key Generation and Exchange

Expand Down

0 comments on commit 63b8479

Please sign in to comment.