From f8bfcb33eacf0cdaf975082d0911292b37bada59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Tanr=C4=B1kulu?= Date: Wed, 30 Aug 2023 15:31:44 +0200 Subject: [PATCH] fix patch process during deployment, version bump --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5b492a9..b2d93bf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -14,12 +14,11 @@ }, "scripts": { "start": "tsdx watch", - "build": "tsdx build", - "postbuild": "./patch.sh", + "build": "tsdx build && ./patch.sh", "build:demo": "node ./example/build.js", "test": "tsdx test", "lint": "tsdx lint", - "prepare": "tsdx build", + "prepare": "tsdx build && ./patch.sh", "size": "size-limit" }, "husky": {