]> source.dussan.org Git - nextcloud-server.git/commitdiff
Npm script
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Wed, 4 May 2022 07:56:33 +0000 (09:56 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Fri, 13 May 2022 14:11:01 +0000 (16:11 +0200)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
package-lock.json
package.json

index 9bd92aa0fdb03ed7d433402d11ceac78eaf63ab6..38abb09f1fe389ba80575a346ddbd8e0c2d31132 100644 (file)
@@ -86,7 +86,7 @@
         "@nextcloud/eslint-config": "^7.0.2",
         "@nextcloud/stylelint-config": "^2.1.2",
         "@testing-library/jest-dom": "^5.16.4",
-        "@testing-library/user-event": "^14.1.1",
+        "@testing-library/user-event": "^14.1.0",
         "@testing-library/vue": "^5.8.2",
         "@vue/test-utils": "^1.3.0",
         "babel-loader": "^8.2.5",
index 802d6baf84892d047e6cc865312dfd425a884f62..73ebeac41b50634ee50b9c2162945f95cd1976bc 100644 (file)
@@ -16,6 +16,8 @@
     "test": "jest",
     "test:watch": "jest --watch",
     "test:jsunit": "karma start tests/karma.config.js --single-run",
+    "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"
   },
   "repository": {
     "@nextcloud/eslint-config": "^7.0.2",
     "@nextcloud/stylelint-config": "^2.1.2",
     "@testing-library/jest-dom": "^5.16.4",
-    "@testing-library/user-event": "^14.1.1",
+    "@testing-library/user-event": "^14.1.0",
     "@testing-library/vue": "^5.8.2",
     "@vue/test-utils": "^1.3.0",
     "babel-loader": "^8.2.5",