This commit is contained in:
Anton Bracke
2022-02-20 21:09:15 +01:00
parent 4337264157
commit 0f910693ef
2 changed files with 40 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "exit 0",
"test": "exit 0",
"pretty": "yarn prettier --write 'src/**/*.{ts,tsx,svelte}'",
"pretty-check": "yarn prettier --check 'src/**/*.{ts,tsx}'"
},