Allow publishing from dirty working copy.
This commit is contained in:
parent
397aa46aa8
commit
808735918e
|
@ -101,7 +101,7 @@ module.exports = function(grunt) {
|
|||
|
||||
'npm-publish': {
|
||||
options: {
|
||||
abortIfDirty: true
|
||||
abortIfDirty: false
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue