Remove optional features from the mas-policy crate

This commit is contained in:
Quentin Gliech
2025-06-10 12:04:02 +02:00
parent 69e3001966
commit 8f5094ed19
4 changed files with 29 additions and 48 deletions

View File

@@ -14,7 +14,7 @@ cargo run -p mas-config > "${CONFIG_SCHEMA}"
cargo run -p mas-handlers --bin graphql-schema > "${GRAPHQL_SCHEMA}"
cargo run -p mas-handlers --bin api-schema > "${API_SCHEMA}"
cargo run -p mas-i18n-scan -- --update "${BASE_DIR}/templates/" "${BASE_DIR}/translations/en.json"
OUT_DIR="${POLICIES_SCHEMA}" cargo run -p mas-policy --features jsonschema
OUT_DIR="${POLICIES_SCHEMA}" cargo run -p mas-policy
cd "${BASE_DIR}/frontend"
npm run format