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" } }