Skip to content

Commit

Permalink
Run npm audit fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jul 18, 2024
1 parent b50a0cc commit 0952b2a
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 1,716 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 0952b2a

Please sign in to comment.