Fix tag icon generator

This commit is contained in:
venashial
2022-05-20 23:25:35 -07:00
parent c83d694c7a
commit d8d55f032e
3 changed files with 10 additions and 11 deletions

View File

@@ -8,8 +8,6 @@
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"generate": "node scripts/generate.cjs",
"generate:watch": "nodemon --watch app --watch libs app/server.js",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",