Skip to content

Commit bb21d69

Browse files
Merge pull request #4 from algorandfoundation/fixes
build: Don't bundle typescript, just patch it locally
2 parents 97aaf55 + d4be90e commit bb21d69

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ 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-
5955
- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
6056
run: npx semantic-release
6157
env:

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,5 @@
7171
"js-sha3": "^0.9.3",
7272
"js-sha512": "^0.9.0",
7373
"tweetnacl": "^1.0.3"
74-
},
75-
"bundleDependencies": [
76-
"typescript"
77-
]
74+
}
7875
}

0 commit comments

Comments
 (0)