From bc9af0a08efc2da011496b9b2135ce24733527be Mon Sep 17 00:00:00 2001 From: av8ta Date: Wed, 29 May 2024 06:46:56 +0800 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f296f01..884acac8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ cargo install wasm-pack ## Running Tests ```shell -turbo test +pnpm test ``` Playwright is used for e2e testing. You may be prompted with a command to install it. @@ -102,6 +102,14 @@ To build and run the Rust tests: cargo test ``` +## git blame + +To ignore commits used purely for formatting changes, to preserve correct authorship, set your local git config: + +```shell +git config blame.ignoreRevsFile .git-blame-ignore-revs +``` + ## Contributing We are actively seeking contributors! Please join the [Discord](https://discord.gg/qJCsKJeyZv) and come help out!