feat: Include org filter when requesting LTI providers (#1114)

* feat: Include org filter when requesting LTI providers

* chore: Created silent version for CI testing to avoid log flooding
This commit is contained in:
Marcos Rigoli
2024-06-20 11:17:08 -03:00
committed by GitHub
parent 088a01d716
commit 3936737b48
5 changed files with 27 additions and 7 deletions

View File

@@ -19,6 +19,7 @@
"start": "fedx-scripts webpack-dev-server --progress",
"start:with-theme": "paragon install-theme && npm start && npm install",
"test": "TZ=UTC fedx-scripts jest --coverage --passWithNoTests",
"test:ci": "TZ=UTC fedx-scripts jest --silent --coverage --passWithNoTests",
"types": "tsc --noEmit"
},
"husky": {