This commit is contained in:
Milos Stojanovic
2019-06-26 14:58:38 +02:00
parent 247f51de30
commit bb725d8a7c
2 changed files with 2 additions and 0 deletions

View File

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

View File

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