mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-20 16:36:01 +00:00
9 lines
209 B
TOML
9 lines
209 B
TOML
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
[package]
|
|
before_cmds = [
|
|
"composer install --no-dev",
|
|
"npm install",
|
|
"npm run build"
|
|
]
|