The version could likely be either version.txt or VERSION.
I chose version.txt.
This adds the command node run build:version.
I am uncertain where to put the version generation process in the package.json build processes.
I simply chose a couple of likely places.
The version could likely be either
version.txt
orVERSION
. I choseversion.txt
.This adds the command
node run build:version
. I am uncertain where to put the version generation process in the package.json build processes. I simply chose a couple of likely places.