${npm_config_message}

pull/273/head
Frostebite 2021-06-19 04:34:19 +01:00
parent 12175372d9
commit 1f5f7aba37
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
"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"
"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"
},
"dependencies": {
"@actions/core": "^1.2.6",