Welcome to mirror list, hosted at ThFree Co, Russian Federation.

krankerl.toml - github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0fb6c7d9b520374c3a22102a6db96e826bd8ee7 (plain)
1
2
3
4
5
6
[package]
before_cmds = [
    "composer install --no-dev -o",
    "npm install",
    "npm run build",
]