mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 15:14:35 +01:00
Also list npm command for running formatting and linting scripts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user