We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97aaf55 + d4be90e commit bb21d69Copy full SHA for bb21d69
.github/workflows/release.yml
@@ -52,10 +52,6 @@ jobs:
52
with:
53
path: artifacts
54
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
-
59
- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
60
run: npx semantic-release
61
env:
package.json
@@ -71,8 +71,5 @@
71
"js-sha3": "^0.9.3",
72
"js-sha512": "^0.9.0",
73
"tweetnacl": "^1.0.3"
74
- },
75
- "bundleDependencies": [
76
- "typescript"
77
- ]
+ }
78
}
0 commit comments