diff --git a/apps/scandic-web/public/_static/fonts/material-symbols/rounded-f2d895e1.woff2 b/apps/scandic-web/public/_static/fonts/material-symbols/rounded-f2d895e1.woff2 deleted file mode 100644 index 5b6458b2d..000000000 Binary files a/apps/scandic-web/public/_static/fonts/material-symbols/rounded-f2d895e1.woff2 and /dev/null differ diff --git a/package.json b/package.json index c1752c0ec..cedc1d3b9 100644 --- a/package.json +++ b/package.json @@ -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",