Skip to content

Commit

Permalink
fix patch process during deployment, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Aug 30, 2023
1 parent 55ed2cf commit f8bfcb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -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": {
Expand Down

0 comments on commit f8bfcb3

Please sign in to comment.