Skip to content

Commit

Permalink
Bump jsbt helpers 0.3.0. Add build:release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent 57f5f1a commit 53ba56e
Show file tree
Hide file tree
Showing 11 changed files with 537 additions and 483 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
types: [created]
jobs:
test-js:
name: 'JS v0.2.2' # v0.2.2 == commit below
uses: paulmillr/jsbt/.github/workflows/release.yml@8db14713888c4c7dc1b031d480213cd67f5c422d
name: 'jsbt v0.3.0' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9
with:
build-path: test/build
secrets:
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
permissions:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request
jobs:
test-js:
name: 'JS v0.2.2' # v0.2.2 == commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@698d27bde26a862e1e0d21354ee0d72174539181
name: 'jsbt v0.3.0' # Should match commit below
uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9
with:
clone-submodules: true
submodules: true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node_modules
/build/micro-eth-signer.js
/esm
*.d.ts
*.d.ts.map
*.js.map
/*.js
/abi
/net
/test/build
7 changes: 0 additions & 7 deletions build/README.md

This file was deleted.

Loading

0 comments on commit 53ba56e

Please sign in to comment.