瀏覽代碼

Npm script

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v25.0.0beta1
John Molakvoæ 2 年之前
父節點
當前提交
3e29e0ad13
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 4 行新增2 行删除
  1. 1
    1
      package-lock.json
  2. 3
    1
      package.json

+ 1
- 1
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",

+ 3
- 1
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",

Loading…
取消
儲存