Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into feat/next #469

Merged
merged 9 commits into from
Aug 12, 2024
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
Loading