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

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