mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-01 15:25:05 -05:00
Add migration to deploy script
This commit is contained in:
parent
2ae5e9bec4
commit
cd4e5ccc90
|
|
@ -3,7 +3,7 @@
|
|||
"name": "sendou.ink",
|
||||
"version": "3.0.0",
|
||||
"scripts": {
|
||||
"deploy": "npm install && npm run build",
|
||||
"deploy": "npm install && migration:apply:prod && npm run build",
|
||||
"build": "cross-env NODE_ENV=production remix build",
|
||||
"dev:remix": "remix watch",
|
||||
"dev:server": "cross-env NODE_ENV=development node --experimental-specifier-resolution=node --loader ts-node/esm -r tsconfig-paths/register server/index.ts",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user