mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 09:40:31 +08:00
⚙️ Add `/utils/
` path
This commit is contained in:
parent
dae1518c60
commit
8724abc185
@ -21,9 +21,9 @@
|
|||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
"check:size": "cd ./check-size && 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://cdn.svgl.app'",
|
"check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://svgl.app'",
|
||||||
"fix:viewbox": "cd ./fix-viewbox && npm run start",
|
"fix:viewbox": "cd ./utils/fix-viewbox && npm run start",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||||
"format": "prettier --plugin-search-dir . --write .",
|
"format": "prettier --plugin-search-dir . --write .",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user