From 1f5f7aba372d7895b42f8f7c9d47f9d1543ac83e Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 19 Jun 2021 04:34:19 +0100 Subject: [PATCH] ${npm_config_message} --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38ca9b91..86b208b6 100644 --- a/package.json +++ b/package.json @@ -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",