Files
nextcloud-contacts/krankerl.toml
Andy Scherzinger c54f87668e chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-04 20:16:31 +02:00

9 lines
222 B
TOML

# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
before_cmds = [
"composer install --no-dev -o",
"npm install",
"npm run build",
]