From 19228a652de5b23a1e0813be328eebb92e6a537b Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Thu, 18 Apr 2024 14:51:40 +0200 Subject: [PATCH] docs upd --- Dockerfile | 2 +- docs/development.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e9748d1..13c72d07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN npm install RUN npm run build RUN vendor/bin/phpunit RUN npm run lint -#RUN npm run e2e +#RUN npm run test:e2e RUN rm -rf node_modules frontend tests docs .git .github RUN rm README.md couscous.yml repository/.gitignore babel.config.js cypress* .env* .eslint* .gitignore jest.* .php_cs* phpunit* postcss* vue* diff --git a/docs/development.md b/docs/development.md index 2bc2a7b2..81310d04 100644 --- a/docs/development.md +++ b/docs/development.md @@ -48,7 +48,7 @@ Testing requires xdebug, php-zip and sqlite php extensions. vendor/bin/phpunit vendor/bin/phpstan analyse ./backend npm run lint -npm run e2e +npm run test:e2e ``` ## Deployment