Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ A web page showcasing adhere-lib is available at https://bbc.github.io/Adhere/
## Setup

```Shell
nvm install 14.16.0
nvm use 14.16.0
nvm install 14.18.1
nvm use 14.18.1
nvm install-latest-npm
```

(latest npm is currently 8.1.1)

`cd` to project dir

```Shell
Expand Down
6 changes: 3 additions & 3 deletions build-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -e

source /usr/local/nvm/nvm.sh
nvm install 12.12.0
nvm use 12.12.0

nvm install 14.18.1
nvm use 14.18.1
nvm install-latest-npm

# Install & Build
npm install
Expand Down
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
set -e

source /usr/local/nvm/nvm.sh
nvm install 12.12.0
nvm use 12.12.0
nvm install 14.18.1
nvm use 14.18.1
nvm install-latest-npm

# Install & Build
npm install
Expand Down
4 changes: 2 additions & 2 deletions dist/bin/js/bundle.js

Large diffs are not rendered by default.

Loading