From ac097961d17c6c8a33373fd630cf9e4cf89d2080 Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Mon, 7 Feb 2022 10:44:45 +0100 Subject: [PATCH] Document `yarn prod` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ba3c42..370ac89 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,9 @@ Any configuration needs to be done in-source, before the [building step](#build) This will run the compiled JavaScript file with the environment's `node` executable. Alternatively, manually run `/node ./server.node.bundle.js` +### Combined script + +The combined script `yarn prod` (or equivalent) will run the build script and, if successful, the run script. + #### This package has only been tested on Linux with Node.js v17.3.0