mirror of
https://github.com/nextcloud/contacts.git
synced 2025-07-20 16:54:44 +00:00
9 lines
222 B
TOML
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",
|
|
]
|