12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"non-interactive": true,
|
|
"hooks": {
|
|
"before:init": ["npm run bundle", "npm run typings"]
|
|
},
|
|
"git": {
|
|
"requireCleanWorkingDir": false
|
|
},
|
|
"github": {
|
|
"release": true
|
|
}
|
|
} |