Skip to content

Commit 87119fe

Browse files
committed
fix(release): Ensure php dependencies are installed
And remove old Makefile Signed-off-by: Carl Schwan <carlschwan@kde.org>
1 parent 454e74f commit 87119fe

3 files changed

Lines changed: 41 additions & 61 deletions

File tree

.nextcloudignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
/AUTHORS.md
4+
/build
5+
/.editorconfig
6+
/.eslintrc.js
7+
/.git
8+
/.github
9+
/.gitignore
10+
/.php*
11+
/.travis.yml
12+
/.tx
13+
/.scrutinizer.yml
14+
/.nextcloudignore
15+
/babel.config.js
16+
/CONTRIBUTING.md
17+
/composer.json
18+
/composer.lock
19+
/composer.phar
20+
/karma.conf.js
21+
/krankerl.toml
22+
/l10n/no-php
23+
/Makefile
24+
/nbproject
25+
/node_modules
26+
/package.json
27+
/package-lock.json
28+
/psalm.xml
29+
/screenshots
30+
/src
31+
/stylelint.config.js
32+
/tests
33+
/vendor/bin
34+
/vendor/**/tests
35+
/webpack.common.js
36+
/webpack.dev.js
37+
/webpack.js
38+
/webpack.prod.js
39+
/vendor/bin
40+
/vendor-bin

Makefile

Lines changed: 0 additions & 61 deletions
This file was deleted.

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 -o",
56
'npm ci',
67
'npm run build'
78
]

0 commit comments

Comments
 (0)