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

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