Fix pipelines and clean up console output
This commit is contained in:
parent
0fc7cbfa24
commit
52475dbf23
3 changed files with 3 additions and 7 deletions
|
@ -14,8 +14,6 @@ let commitHash = require('child_process')
|
|||
.execSync('git rev-parse --short HEAD')
|
||||
.toString();
|
||||
|
||||
console.log(commitHash)
|
||||
|
||||
var webpackConfig = merge(baseWebpackConfig, {
|
||||
mode: 'production',
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue