diff options
author | James Maa <jmaa@berkeley.edu> | 2024-04-16 15:16:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 21:16:18 +0000 |
commit | 4d011a64b3c249c199b1657528bba57f88bd76c8 (patch) | |
tree | c7edb8eedb3bfc73a4888cae2f685763944df9a2 | |
parent | a952e2f5ba1fc5cda2617ea1729a4f0e0489ace6 (diff) |
Update CONTRIBUTING.md (#829)24.4.18.0
* Update CONTRIBUTING.md
Signed-off-by: James Maa <jmaa@berkeley.edu>
* Update CONTRIBUTING.md
Signed-off-by: James Maa <jmaa@berkeley.edu>
---------
Signed-off-by: James Maa <jmaa@berkeley.edu>
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28d02c0b..a13a1d72 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 |