Fix deploy script

This commit is contained in:
Kalle 2022-02-20 01:15:36 +02:00
parent cd4e5ccc90
commit 3703856740

View File

@ -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",