diff --git a/development.html b/development.html index 9f2d696..90858a8 100644 --- a/development.html +++ b/development.html @@ -141,7 +141,8 @@ npm run build

Run tests & static analysis

vendor/bin/phpunit
 vendor/bin/phpstan analyse ./backend
-npm run lint
+npm run lint +npm run e2e

Deployment

Set the website document root to /dist directory. This is also known as 'public' folder.