1
Fork 0

Document yarn prod

This commit is contained in:
Tobias Berger 2022-02-07 10:44:45 +01:00
parent 47d2f7d448
commit ac097961d1

View file

@ -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. This will run the compiled JavaScript file with the environment's `node` executable.
Alternatively, manually run `<your node path>/node ./server.node.bundle.js` Alternatively, manually run `<your node path>/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 #### This package has only been tested on Linux with Node.js v17.3.0