mirror of
https://github.com/filegator/filegator.git
synced 2025-08-01 02:10:21 +02:00
docs upd
This commit is contained in:
@@ -23,7 +23,7 @@ RUN npm install
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN vendor/bin/phpunit
|
RUN vendor/bin/phpunit
|
||||||
RUN npm run lint
|
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 -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*
|
RUN rm README.md couscous.yml repository/.gitignore babel.config.js cypress* .env* .eslint* .gitignore jest.* .php_cs* phpunit* postcss* vue*
|
||||||
|
|
||||||
|
@@ -48,7 +48,7 @@ Testing requires xdebug, php-zip and sqlite php extensions.
|
|||||||
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
|
npm run test:e2e
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
Reference in New Issue
Block a user