Skip to content

Commit 22f5007

Browse files
authored
Merge pull request #312 from nextcloud/fix/noid/release-dependencies
Include composer dependencies in the release archive
2 parents f35c817 + 8cc96a4 commit 22f5007

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.nextcloudignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
/psalm.xml
3434
/pyproject.toml
3535
/renovate.json
36-
/stylelint.config.js
36+
/stylelint.config.*
37+
/vite.config.*
3738
/webpack.config.js
3839
/webpack.js
3940
tests

krankerl.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33
[package]
44
before_cmds = [
5+
"composer install --no-dev",
56
"npm ci",
67
"npm run build",
78
]

0 commit comments

Comments
 (0)