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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-18 16:17:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-18 16:24:55 +0300
commit4df445a9091f097f9aab78b983512356091275cd (patch)
tree39d7872418c3f0220d2520c235251a4e82c23fa2 /krankerl.toml
parentaa5de5f0f19fa4b470e97e86857211372e1f0d91 (diff)
Update Krankerl config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'krankerl.toml')
-rw-r--r--krankerl.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/krankerl.toml b/krankerl.toml
index 128b3f3..bed0bdf 100644
--- a/krankerl.toml
+++ b/krankerl.toml
@@ -1,11 +1,13 @@
[package]
exclude = [
".git",
- "build",
+ ".github",
".gitignore",
".travis.yml",
".tx",
".scrutinizer.yml",
+ "build",
+ "ci",
"CONTRIBUTING.md",
"composer.json",
"composer.lock",
@@ -14,11 +16,16 @@ exclude = [
"l10n/no-php",
"Makefile",
"nbproject",
+ "node_modules",
+ "package*",
"screenshots",
+ "src",
"tests",
"vendor/bin",
]
before_cmds = [
"composer install --no-dev -o",
+ "npm install",
+ "npm run build",
]