Skip to content

Commit 14aa620

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 14aa620

2 files changed

Lines changed: 1 addition & 61 deletions

File tree

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)