Updated documentation

This commit is contained in:
Wyatt Johnson
2017-02-01 12:54:15 -07:00
parent 6b582fdb2c
commit 7beb28e077
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ http://eslint.org/docs/rules/#best-practices
## Lint the code
```js
npm run lint
yarn lint
```
+2 -2
View File
@@ -71,10 +71,10 @@ The `pree2e` script will create 3 users: a Commenter, a Moderator, and an Admin
## Run the tests
Run Talk
`dotenv npm run start`
`dotenv yarn start`
Run e2e tests
`npm run e2e`
`yarn e2e`
## Advanced Nightwatch and Selenium Settings