mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 06:08:13 -05:00
gMerge branch 'main' of https://github.com/Sendouc/sendou.ink into main
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "npm run migrate:up && lingui compile && next build",
|
||||
"build": "lingui compile && next build",
|
||||
"start": "next start",
|
||||
"migrate:save": "npx prisma migrate save --name init --experimental",
|
||||
"migrate:up": "npx prisma migrate up --experimental",
|
||||
|
||||
Reference in New Issue
Block a user