From 63b8479e7d31e4e7efb2cde9d09929e81fb353f6 Mon Sep 17 00:00:00 2001 From: Aleksey Khoroshilov Date: Mon, 28 Oct 2024 13:50:38 +0700 Subject: [PATCH] Add `npm install` step. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4619968e..b09435f4 100644 --- a/README.md +++ b/README.md @@ -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