From 5bf70194824cc01062529cf206a7e28a95f422c4 Mon Sep 17 00:00:00 2001 From: Brian Bowman Date: Tue, 12 Jul 2022 23:30:43 -0500 Subject: [PATCH] Also list npm command for running formatting and linting scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9e9cda..b8d3af6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Add `--release` or `--debug` depending on what release you are creating. This de ### Code Formatting and Linting -Format the code with `yarn format`. Run the lints with `yarn lint`. +Format the code with `npm format` or `yarn format`. Run the lints with `npm lint` or `yarn lint`. ### Updating * Add the `TAURI_PRIVATE_KEY` as an environment variable with a path to your private key.