rev
The rev
will prompt for a new version number and apply
that to the .
Run npm run rev
in the root to trigger this script.
Under the hood, this will run:
Terminal
npm run reversion
In other words npm run rev
is an alias of npm run reversion
.
See build:dev.