Logging improvement
parent
1f5f7aba37
commit
0886bb446c
|
|
@ -11,9 +11,7 @@
|
|||
"build": "tsc && ncc build lib --source-map --license licenses.txt",
|
||||
"lint": "prettier --check \"src/**/*.{js,ts}\" && eslint src/**/*.ts",
|
||||
"format": "prettier --write \"src/**/*.{js,ts}\"",
|
||||
"test": "jest",
|
||||
"commit": "yarn build && git add . && git commit -m ${npm_config_message} -q",
|
||||
"push": "yarn build && git add . && git commit -m ${npm_config_message} -q && git push"
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
|
|
|
|||
Loading…
Reference in New Issue