mirror of
https://github.com/paritytech/banana_split.git
synced 2026-09-12 11:40:31 +05:00
always show git hash in bs version (#81)
This commit is contained in:
parent
2c91c85fb7
commit
bc4c9bcac4
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user