Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .tstoolkitrc.ts

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build": "run-s build:*",
"build:0-clean": "rimraf dist coverage",
"build:1-compile": "rolldown -c",
"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",
"build:4-copy-readme": "cpy README.md LICENSE dist",
"build:5-fix-readme-links": "replace-in-files --string '(./' --replacement '(https://github.com/algorandfoundation/algokit-utils-ts/blob/main/' dist/README.md",
"test": "vitest run --coverage --passWithNoTests",
Expand Down Expand Up @@ -175,4 +175,4 @@
"@semantic-release/github"
]
}
}
}