File tree Expand file tree Collapse file tree 2 files changed +38
-25
lines changed
Expand file tree Collapse file tree 2 files changed +38
-25
lines changed Original file line number Diff line number Diff line change 1+ /.codecov.yml
2+ /.drone.yml
3+ /.editorconfig
4+ /.eslintignore
5+ /.eslintrc.js
6+ /.eslintrc.yml
7+ /.git
8+ /.gitattributes
9+ /.github
10+ /.gitignore
11+ /.l10nignore
12+ /.nextcloudignore
13+ /.php-cs-fixer.dist.php
14+ /.stylelintrc.js
15+ /.travis.yml
16+ /.tx
17+ /Makefile
18+ /_config.yml
19+ /babel.config.js
20+ /build/
21+ /cypress
22+ /cypress.config.js
23+ /docs/
24+ /issue_template.md
25+ /jest-raw-loader.js
26+ /jsconfig.json
27+ /krankerl.toml
28+ /mkdocs.yml
29+ /node_modules/
30+ /psalm.xml
31+ /README.md
32+ /renovate.json
33+ /run-eslint.sh
34+ /src/
35+ /tests
36+ /vite.config.js
Original file line number Diff line number Diff line change 11[package ]
2- exclude = [
3- " src" ,
4- " .git" ,
5- " tests" ,
6- " node_modules" ,
7- " .codecov.yml" ,
8- " composer.json" ,
9- " composer.lock" ,
10- " _config.yml" ,
11- " .drone.yml" ,
12- " .travis.yml" ,
13- " .eslintignore" ,
14- " .eslintrc.yml" ,
15- " .gitignore" ,
16- " issue_template.md" ,
17- " krankerl.toml" ,
18- " Makefile" ,
19- " mkdocs.yml" ,
20- " run-eslint.sh" ,
21- " webpack.*" ,
22- " img/screenshots"
23- ]
24-
252before_cmds = [
26- " npm install " ,
27- " npm run build"
3+ ' npm ci ' ,
4+ ' npm run build'
285]
You can’t perform that action at this time.
0 commit comments