From d0f10db0d8736e83e720e120d3e338e5b754d776 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 26 Jun 2019 14:59:21 +0200 Subject: [PATCH] Website generation with Couscous --- development.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.