mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Development environment update
This commit is contained in:
parent
3a9f558672
commit
75eaf17346
6 changed files with 42 additions and 5 deletions
|
|
@ -4,8 +4,7 @@
|
|||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "npm run prisma:migrate && astro build",
|
||||
"preview": "astro preview",
|
||||
"build": "yarn run prisma:build && astro build",
|
||||
"prisma:build": "prisma migrate deploy && prisma generate --sql && tsx ./prisma/migrate.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -51,5 +50,5 @@
|
|||
"prettier": "^3.3.3",
|
||||
"prettier-config-standard": "^7.0.0"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
"packageManager": "yarn@4.9.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue