allow release on not committed working dir
This commit is contained in:
@@ -2,5 +2,8 @@
|
|||||||
"non-interactive": true,
|
"non-interactive": true,
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"before:init": ["npm run bundle", "npm run typings"]
|
"before:init": ["npm run bundle", "npm run typings"]
|
||||||
|
},
|
||||||
|
"git": {
|
||||||
|
"requireCleanWorkingDir": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user