From be633eeea55eaee64c1f024527ba431a50b17514 Mon Sep 17 00:00:00 2001 From: Brian Bowman Date: Tue, 12 Jul 2022 23:19:59 -0500 Subject: [PATCH] Document how to run formatting and linting scripts --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da10500..c9e9cda 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ Once downloaded, extract somewhere and open as administrator. Add `--release` or `--debug` depending on what release you are creating. This defaults to `--release` +### Code Formatting and Linting + +Format the code with `yarn format`. Run the lints with `yarn lint`. + ### Updating * Add the `TAURI_PRIVATE_KEY` as an environment variable with a path to your private key. * Add the `TAURI_KEY_PASSWORD` as an environment variable with the password for your private key.