mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-22 11:05:09 -05:00
Fix deploy script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user