From bbf51115ace9d8e5aa48a2db1bb0175c87219479 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 3 Apr 2024 11:55:00 +0200 Subject: [PATCH] Format the frontend in the update script --- misc/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/update.sh b/misc/update.sh index 39a8c6029..850342fc7 100644 --- a/misc/update.sh +++ b/misc/update.sh @@ -15,4 +15,5 @@ cargo run -p mas-i18n-scan -- --update "${BASE_DIR}/templates/" "${BASE_DIR}/tra OUT_DIR="${POLICIES_SCHEMA}" cargo run -p mas-policy --features jsonschema cd "${BASE_DIR}/frontend" +npm run format npm run generate