summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-01-04 11:55:43 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-01-04 16:46:17 +0100
commit811ba0bd3be3862dbd13167695b7fc15988bbd0c (patch)
treec53c370a83999b7cb60dcd2aaeeb5ead83252f52 /package.json
parentb9d3e17bcecb6b08b077e2a7095ab1341c93556d (diff)
downloadnextcloud-server-811ba0bd3be3862dbd13167695b7fc15988bbd0c.tar.gz
nextcloud-server-811ba0bd3be3862dbd13167695b7fc15988bbd0c.zip
fix(files): Settings & cypress fixes
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 46425e737f4..32d8289232b 100644
--- a/package.json
+++ b/package.json
@@ -20,9 +20,9 @@
"sass": "sass --load-path core/css core/css/ apps/*/css",
"sass:watch": "sass --watch --load-path core/css core/css/ apps/*/css",
"sass:icons": "babel-node core/src/icons.js",
- "cypress": "npm run cypress:e2e && npm run cypress:component",
- "cypress:e2e": "cypress run --e2e",
+ "cypress": "npm run cypress:component && npm run cypress:e2e",
"cypress:component": "cypress run --component",
+ "cypress:e2e": "cypress run --e2e",
"cypress:gui": "cypress open"
},
"repository": {