Skip to content

Commit

Permalink
always show git hash in bs version (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
prybalko authored Dec 13, 2021
1 parent 2c91c85 commit bc4c9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let Webpack = require("webpack");

// eslint-disable-next-line security/detect-child-process
let childProcess = require("child_process");
let GIT_REVISION = childProcess.execSync("git describe").toString();
let GIT_REVISION = childProcess.execSync("git describe --long").toString();

module.exports = {
productionSourceMap: false,
Expand Down

0 comments on commit bc4c9bc

Please sign in to comment.