mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix deploy script
This commit is contained in:
parent
cd4e5ccc90
commit
3703856740
|
|
@ -3,7 +3,7 @@
|
|||
"name": "sendou.ink",
|
||||
"version": "3.0.0",
|
||||
"scripts": {
|
||||
"deploy": "npm install && migration:apply:prod && npm run build",
|
||||
"deploy": "npm install && npm run 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