diff --git a/package.json b/package.json index a1c3b89..41c135f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@navy.gif/discord-webhook", - "version": "1.2.3", + "version": "1.2.4", "description": "Client for interacting with discord webhooks", "author": "Navy.gif", "license": "MIT", @@ -23,7 +23,7 @@ "scripts": { "build": "tsc --build --force && tsc --project tsconfig.cjs.json && node ./scripts/declareTypes.js", "test": "tsc && jest", - "release": "tsc && yarn publish", + "release": "yarn build && yarn publish", "lint": "eslint --fix" }, "devDependencies": {