Merged in chore/icon-readme-update (pull request #2817)

Update icon generation script and remove unused font file

* Update icon generation script and remove unused font file


Approved-by: Matilda Landström
This commit is contained in:
Joakim Jäderberg
2025-09-17 12:58:23 +00:00
parent d6addd2398
commit 8661e5c348
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
"dev:sas": "turbo run dev --filter=@scandic-hotels/partner-sas --output-logs new-only",
"test": "turbo run test",
"postinstall": "husky",
"icons:update": "node scripts/material-symbols-update.mjs",
"icons:update": "jiti scripts/material-symbols-update.mts",
"check-types": "turbo run check-types",
"env:web": "node scripts/show-env.mjs scandic-web --missing",
"env:sas": "node scripts/show-env.mjs partner-sas --missing",