From eb4faa489b19fb5055d1d722c474975b2389735a Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Fri, 5 May 2023 17:31:22 +0300 Subject: [PATCH] v1.4.4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2b2790a..ce37ecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@navy.gif/commandparser", - "version": "1.4.3", + "version": "1.4.4", "description": "Parser meant to parse commands and their options for discord bots", "author": "Navy.gif", "license": "MIT", @@ -34,8 +34,8 @@ }, "scripts": { "build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js", - "test": "tsc && jest", - "release": "tsc && yarn publish", + "test": "yarn build && jest", + "release": "yarn build && yarn publish", "lint": "eslint --fix" } }