Skip to content

Commit bc4c9bc

Browse files
authored
always show git hash in bs version (#81)
1 parent 2c91c85 commit bc4c9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let Webpack = require("webpack");
44

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

99
module.exports = {
1010
productionSourceMap: false,

0 commit comments

Comments
 (0)