* CI: add a prettier GitHub action to format code automatically * improve GitHub Action config and format some files * Apply formatting changes * CI: make the prettier action a standalone action * Apply formatting changes * CI: add push as new trigger event Co-authored-by: Mark-Fenng <Mark-Fenng@users.noreply.github.com>
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"non-interactive": true,
|
|
"hooks": {
|
|
"before:init": ["npm run bundle", "npm run typings"]
|
|
},
|
|
"git": {
|
|
"requireCleanWorkingDir": false
|
|
},
|
|
"github": {
|
|
"release": true
|
|
}
|
|
}
|