We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f35c817 + 8cc96a4 commit 22f5007Copy full SHA for 22f5007
.nextcloudignore
@@ -33,7 +33,8 @@
33
/psalm.xml
34
/pyproject.toml
35
/renovate.json
36
-/stylelint.config.js
+/stylelint.config.*
37
+/vite.config.*
38
/webpack.config.js
39
/webpack.js
40
tests
krankerl.toml
@@ -2,6 +2,7 @@
2
# SPDX-License-Identifier: AGPL-3.0-or-later
3
[package]
4
before_cmds = [
5
+ "composer install --no-dev",
6
"npm ci",
7
"npm run build",
8
]
0 commit comments