🔧 Create fixViebox cli.

This commit is contained in:
pheralb
2023-12-27 17:11:39 +00:00
parent 4cbd522880
commit c802690de1
4 changed files with 250 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
"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",
"fix:viewbox": "cd ./fix-viewbox && npm run start",
"test": "vitest run",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."