From 583e9645fe56cd6d5bb86d9cd6444af4f89f273c Mon Sep 17 00:00:00 2001 From: Mathieu Bour Date: Mon, 9 Oct 2023 10:18:28 +0200 Subject: [PATCH] docs: document that abitype must be built before testing types --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8a10c36c..5b9a8fec 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -95,6 +95,8 @@ pnpm test pnpm test:typecheck ``` +Note: ensure to build the package (`pnpm build`) before running the `test:typecheck` suite. +
↑ back to top