Chore: make netlify fucking work #65

Merged
BenjaminPalko merged 4 commits from test into master 2025-01-22 12:21:49 -05:00
Showing only changes of commit 39ed0238dc - Show all commits

View file

@ -3,6 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"postinstall": "prisma generate",
"dev": "bun validate-env && bun database:up && bun prisma:generate && vite dev", "dev": "bun validate-env && bun database:up && bun prisma:generate && vite dev",
"build": "vite build", "build": "vite build",
"build-storybook": "storybook build", "build-storybook": "storybook build",