Skip to content

Commit

Permalink
Updating the contributors guide for building the typescript (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored May 16, 2024
1 parent 3f800e0 commit 5c6377e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We have adopted the Ubuntu code of Conduct. You can read this in full
Building using npm:

```
sudo apt install npm # install npm, if needed
npm install # install / update dependencies
npm run build
sudo snap install node --channel 20/stable # installs npm
npm install # install / update dependencies
NODE_OPTIONS=--openssl-legacy-provider npm run build # Run the build
```

0 comments on commit 5c6377e

Please sign in to comment.