Also list npm command for running formatting and linting scripts

This commit is contained in:
Brian Bowman
2022-07-12 23:30:43 -05:00
parent be633eeea5
commit 5bf7019482

View File

@@ -43,7 +43,7 @@ Add `--release` or `--debug` depending on what release you are creating. This de
### Code Formatting and Linting ### 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 ### Updating
* Add the `TAURI_PRIVATE_KEY` as an environment variable with a path to your private key. * Add the `TAURI_PRIVATE_KEY` as an environment variable with a path to your private key.