Skip to content

Commit

Permalink
Merge pull request #4 from algorandfoundation/fixes
Browse files Browse the repository at this point in the history
build: Don't bundle typescript, just patch it locally
  • Loading branch information
tristanmenzel authored Oct 10, 2024
2 parents 97aaf55 + d4be90e commit bb21d69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
with:
path: artifacts

- name: Install @algorandfoundation/algorand-typescript-testing dependencies and patch for bundling
run: npm i --include=prod && npx patch-package --patch-dir ../../patches
working-directory: artifacts/algo-ts-testing

- name: Generate semantic version for @algorandfoundation/algorand-typescript-testing
run: npx semantic-release
env:
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,5 @@
"js-sha3": "^0.9.3",
"js-sha512": "^0.9.0",
"tweetnacl": "^1.0.3"
},
"bundleDependencies": [
"typescript"
]
}
}

0 comments on commit bb21d69

Please sign in to comment.