mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 17:50:32 +08:00
⚙️ Add `/utils/
` path
This commit is contained in:
parent
dae1518c60
commit
8724abc185
@ -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 .",
|
||||
|
Loading…
x
Reference in New Issue
Block a user