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>2021-06-16 22:03:43 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-06-16 22:03:43 +0300
commit8e1c27ece54399741d895dc9bc54945355424c41 (patch)
tree50423ace40800fcfbf3e461dbe31d7205052e725
parent9037e99697f7f18b9f3a00accec0424f047df3d1 (diff)
Fix build
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--krankerl.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/krankerl.toml b/krankerl.toml
index b067792..9e96284 100644
--- a/krankerl.toml
+++ b/krankerl.toml
@@ -1,6 +1,6 @@
[package]
before_cmds = [
"composer install --no-dev -o",
- "npm install",
+ "npm ci",
"npm run build",
]