diff --git a/development.html b/development.html index 619922a..9f2d696 100644 --- a/development.html +++ b/development.html @@ -140,7 +140,8 @@ npm run build
Once everything is ready visit: http://localhost:8080
vendor/bin/phpunit
-vendor/bin/phpstan analyse ./backend
+vendor/bin/phpstan analyse ./backend
+npm run lint
Set the website document root to /dist
directory. This is also known as 'public' folder.