mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-08 04:20:53 -04:00
Replace Makefile with npm scripts
This commit is contained in:
parent
3bfd755e60
commit
3f4a244cbd
5 changed files with 19 additions and 43 deletions
|
@ -43,7 +43,7 @@ To run the Playground, make sure the dev server's running and go to [http://loca
|
|||
|
||||
## Standalone Build
|
||||
```bash
|
||||
make build
|
||||
npm run build
|
||||
```
|
||||
|
||||
```html
|
||||
|
@ -104,11 +104,11 @@ The VM's block representation contains all the important information for executi
|
|||
|
||||
## Testing
|
||||
```bash
|
||||
make test
|
||||
npm test
|
||||
```
|
||||
|
||||
```bash
|
||||
make coverage
|
||||
npm run coverage
|
||||
```
|
||||
|
||||
## Donate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue