Changed precommit command

This commit is contained in:
Ralph 2018-12-09 14:41:56 -05:00 committed by GitHub
parent f6cd59d756
commit cdcc308758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,5 +103,9 @@ npm install
to run prettier before submitting your code simply run the following in the bots root directory.
```
npm run precommit
```
npm run prettier
```
To be sure your build will pass with TravisCI, also be sure to run
```
npm run test
```