15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"assets": ["build/*.xpi"]
|
|
},
|
|
"hooks": {
|
|
"before:init": "npm run lint",
|
|
"after:bump": "npm run build",
|
|
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
|
}
|
|
}
|