diff options
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 9bd92aa0fdb..38abb09f1fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 802d6baf848..73ebeac41b5 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -104,7 +106,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", |