$npm_config_message
parent
6a4d3365e4
commit
12175372d9
|
|
@ -12,8 +12,8 @@
|
||||||
"lint": "prettier --check \"src/**/*.{js,ts}\" && eslint src/**/*.ts",
|
"lint": "prettier --check \"src/**/*.{js,ts}\" && eslint src/**/*.ts",
|
||||||
"format": "prettier --write \"src/**/*.{js,ts}\"",
|
"format": "prettier --write \"src/**/*.{js,ts}\"",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"commit": "yarn build && git add . && git commit -m '$npm_config_message' -q",
|
"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"
|
"push": "yarn build && git add . && git commit -m $npm_config_message -q && git push"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.6",
|
"@actions/core": "^1.2.6",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue