Remove format step

This commit is contained in:
Danny McCormick 2019-08-13 16:03:45 -04:00 committed by GitHub
parent 2c3e55b8c9
commit 8662b07822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,12 +80,6 @@ run();
Modify tests in `__tests__\main.test.ts`. The template uses [jest](https://github.com/facebook/jest).
## Format the Code
```bash
$ npm run format
```
## Build and Test
```bash