Replace Makefile with npm scripts

This commit is contained in:
Ray Schamp 2016-10-17 09:35:59 -04:00
parent 3bfd755e60
commit 3f4a244cbd
5 changed files with 19 additions and 43 deletions

View file

@ -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