Skip to content

Commit dbb321a

Browse files
committed
chore: fix package.json
1 parent 898021a commit dbb321a

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.tstoolkitrc.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build": "run-s build:*",
4242
"build:0-clean": "rimraf dist coverage",
4343
"build:1-compile": "rolldown -c",
44-
"build:3-copy-pkg-json": "tstk copy-package-json -c",
44+
"build:3-copy-pkg-json": "tstk copy-package-json --custom-sections module main type types exports",
4545
"build:4-copy-readme": "cpy README.md LICENSE dist",
4646
"build:5-fix-readme-links": "replace-in-files --string '(./' --replacement '(https://github.com/algorandfoundation/algokit-utils-ts/blob/main/' dist/README.md",
4747
"test": "vitest run --coverage --passWithNoTests",
@@ -175,4 +175,4 @@
175175
"@semantic-release/github"
176176
]
177177
}
178-
}
178+
}

0 commit comments

Comments
 (0)