From 4d011a64b3c249c199b1657528bba57f88bd76c8 Mon Sep 17 00:00:00 2001 From: James Maa Date: Tue, 16 Apr 2024 15:16:18 -0600 Subject: [PATCH] Update CONTRIBUTING.md (#829) * Update CONTRIBUTING.md Signed-off-by: James Maa * Update CONTRIBUTING.md Signed-off-by: James Maa --------- Signed-off-by: James Maa --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28d02c0baf..a13a1d72c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Below are a few guidelines to ensure contributions have a good level of quality ## Setup Yomitan uses [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) tools for building and testing. -After installing these Node.js, the development environment can be set up by running `npm ci`. +After installing these, the development environment can be set up by running `npm ci` and subsequently `npm run build`. ## Testing