mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-03 12:30:16 +00:00
Changed precommit command
This commit is contained in:
parent
f6cd59d756
commit
cdcc308758
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue