npm run lint doc

This commit is contained in:
Milos Stojanovic
2019-06-25 19:16:57 +02:00
parent 9d34054231
commit 9df2059eec
2 changed files with 2 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ Once everything is ready visit: `http://localhost:8080`
```
vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend
npm run lint
```

View File

@@ -31,6 +31,7 @@ Once everything is ready visit: `http://localhost:8080`
```
vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend
npm run lint
```
## Deployment