From 8724abc185f1cbc6813d7151d60b8acaa8458b28 Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 10 May 2024 19:22:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Add=20``/utils/``=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d3671d7..fb31900 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", - "check:size": "cd ./check-size && npm run start", - "check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://cdn.svgl.app'", - "fix:viewbox": "cd ./fix-viewbox && npm run start", + "check:size": "cd ./utils/check-size && npm run start", + "check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://svgl.app'", + "fix:viewbox": "cd ./utils/fix-viewbox && npm run start", "test": "vitest run", "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write .",