Skip to content

Commit

Permalink
Merge pull request #469 from multiversx/merge-main-12-08
Browse files Browse the repository at this point in the history
Merge main into feat/next
  • Loading branch information
popenta authored Aug 12, 2024
2 parents 91ed3c9 + ea0fa7a commit 9980920
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 1,718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and Test

on:
pull_request:
branches: [ main, development, feat/* ]
branches: [ main, development, feat/*, release/* ]
workflow_dispatch:

jobs:
Expand All @@ -26,5 +26,5 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run compile
- run: npm run compile-browser
- run: npm install esmify && npm run compile-browser
- run: npm test
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Feel free to skip this section if you are not a contributor.

### Prerequisites

`browserify` is required to compile the browser-friendly versions of `sdk-core`. It can be installed as follows:
`browserify` and `esmify` are required to compile the browser-friendly versions of `sdk-core`. They can be installed as follows:

```
npm install --global browserify
npm install esmify
```

### Building the library
Expand Down
Loading

0 comments on commit 9980920

Please sign in to comment.