add rating as we go

This commit is contained in:
Tommy Parnell
2024-05-17 19:32:00 -04:00
parent 12231a0eda
commit ceb8fb613a
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"publish": "NODE_ENV=production vite build && gh-pages -d build -t true",
"publish": "pnpm run check && pnpm run lint && NODE_ENV=production vite build && gh-pages -d build -t true",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",