Skip to content

Commit 1ee161f

Browse files
authored
Merge pull request #877 from acacode/prepare-13.0.18
Prepare 13.0.18
2 parents 817fcd1 + b7569c2 commit 1ee161f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-typescript-api",
3-
"version": "13.0.17",
3+
"version": "13.0.18",
44
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",
55
"homepage": "https://github.com/acacode/swagger-typescript-api",
66
"bugs": "https://github.com/acacode/swagger-typescript-api/issues",
@@ -42,7 +42,7 @@
4242
"format": "biome format --write .",
4343
"format:check": "biome format .",
4444
"lint": "biome check",
45-
"prepublishOnly": "pnpm build",
45+
"prepack": "tsup",
4646
"test": "vitest run"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)