We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898021a commit dbb321aCopy full SHA for dbb321a
.tstoolkitrc.ts
package.json
@@ -41,7 +41,7 @@
41
"build": "run-s build:*",
42
"build:0-clean": "rimraf dist coverage",
43
"build:1-compile": "rolldown -c",
44
- "build:3-copy-pkg-json": "tstk copy-package-json -c",
+ "build:3-copy-pkg-json": "tstk copy-package-json --custom-sections module main type types exports",
45
"build:4-copy-readme": "cpy README.md LICENSE dist",
46
"build:5-fix-readme-links": "replace-in-files --string '(./' --replacement '(https://github.com/algorandfoundation/algokit-utils-ts/blob/main/' dist/README.md",
47
"test": "vitest run --coverage --passWithNoTests",
@@ -175,4 +175,4 @@
175
"@semantic-release/github"
176
]
177
}
178
-}
+}
0 commit comments