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: 23bbec62b797dba4676e07a6d613de9b6d9cc4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
exclude = [
	"AUTHORS.md",
	"build",
	".git",
	".gitignore",
	".travis.yml",
	".tx",
	".scrutinizer.yml",
	"CONTRIBUTING.md",
	"composer.json",
	"composer.lock",
	"composer.phar",
	"karma.conf.js",
	"krankerl.toml",
	"l10n/no-php",
	"Makefile",
	"nbproject",
	"node_modules",
	"package.json",
	"package-lock.json",
	"screenshots",
	"src",
	"tests",
	"vendor/bin",
]

before_cmds = [
	"composer install --no-dev -o",
	"npm install",
	"npm run build",
]