mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
8 lines
139 B
TOML
8 lines
139 B
TOML
[package]
|
|
before_cmds = [
|
|
"composer install --no-dev",
|
|
"composer dump",
|
|
"bash ./build/download-fonts.sh",
|
|
"npm ci",
|
|
"npm run build"
|
|
]
|