Skip to content

Commit 226d4b9

Browse files
committed
build: Bundle and patch typescript version
1 parent 9d05cb3 commit 226d4b9

File tree

4 files changed

+334
-3
lines changed

4 files changed

+334
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,17 @@ jobs:
5252
with:
5353
path: artifacts
5454

55+
- name: Install @algorandfoundation/algorand-typescript-testing dependencies and patch for bundling
56+
run: npm i --include=prod && npx patch-package --patch-dir ../../patches
57+
working-directory: artifacts/algo-ts-testing
58+
5559
- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
5660
run: npx semantic-release
5761
env:
5862
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5963

6064
- name: Publish @algorandfoundation/algorand-typescript-testing
6165
uses: JS-DevTools/npm-publish@v3
62-
id: publish-puya-ts
6366
with:
6467
token: ${{ secrets.NPM_TOKEN }}
6568
package: artifacts/algo-ts-testing/package.json

0 commit comments

Comments
 (0)