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