Skip to content

Commit 24a5a63

Browse files
Jake ChampionJakeChampion
authored andcommitted
update npm dependencies to latest versions
1 parent 8a55d7b commit 24a5a63

File tree

9 files changed

+2074
-1517
lines changed

9 files changed

+2074
-1517
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To build from source, you need to have the following tools installed to successf
2020

2121
#### Linux
2222

23-
- Rust
23+
- Rust
2424
```
2525
curl -so rust.sh https://sh.rustup.rs && sh rust.sh -y
2626
restart shell or run source $HOME/.cargo/env
@@ -57,7 +57,7 @@ Once you have those installed, you will need to compile SpiderMonkey:
5757

5858
Once that is done, the runtime and the CLI tool for applying it to JS source code can be built using npm:
5959
```sh
60-
npm run build
60+
npm run build && npm run build:starlingmonkey
6161
```
6262

6363
#### macOS (Apple silicon)
@@ -116,7 +116,7 @@ export PATH="/opt/homebrew/opt/[email protected]/libexec/bin:$PATH"
116116

117117
Once that is done, the runtime and the CLI tool for applying it to JS source code can be built using npm:
118118
```sh
119-
npm run build
119+
npm run build && npm run build:starlingmonkey
120120
```
121121

122122
## Testing

0 commit comments

Comments
 (0)