Skip to content

Commit

Permalink
improve script name for building rust vm
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdean authored and igorlira committed Sep 2, 2024
1 parent b7941dd commit d30ea8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install
## Building Rust VM

```bash
npm run build-web
npm run build-vm
```

## Building extension
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"build-extension": "vite build -c vite.config.extension.js",
"build-web": "cd vm-rust && wasm-pack build --target web",
"build-vm": "cd vm-rust && wasm-pack build --target web",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit d30ea8d

Please sign in to comment.