diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-05-04 09:56:33 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-05-13 16:11:01 +0200 |
commit | 3e29e0ad13b427b6ba4b62c7a35497e9a75de976 (patch) | |
tree | 661842aae503196888a61918acf8e2dc972bd630 /package.json | |
parent | 78b7baea9d5f80eaea522463243c25f4f908fcc5 (diff) | |
download | nextcloud-server-3e29e0ad13b427b6ba4b62c7a35497e9a75de976.tar.gz nextcloud-server-3e29e0ad13b427b6ba4b62c7a35497e9a75de976.zip |
Npm script
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |