mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 10:04:04 +03:00
wip autocommit dist
This commit is contained in:
parent
32c593e00e
commit
43658b64d8
|
@ -484,8 +484,10 @@ module.exports = function (grunt) {
|
||||||
gitcommit: {
|
gitcommit: {
|
||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
message: 'dist publish',
|
message: 'dist - publish',
|
||||||
verbose: true
|
verbose: true,
|
||||||
|
noVerify: true,
|
||||||
|
noStatus: false
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
src: ['dist/**/*']
|
src: ['dist/**/*']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user