mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 15:56:19 -05:00
Fix migrate script name in deploy
This commit is contained in:
parent
3abb8b22d7
commit
b8ea8806f4
|
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"deploy": "npm install && npm run migration up && npm run build",
|
||||
"deploy": "npm install && npm run migrate up && npm run build",
|
||||
"build": "remix build",
|
||||
"dev": "cross-env NODE_ENV=development remix dev",
|
||||
"dev:cypress": "cross-env NODE_ENV=test PORT=4455 DB_PATH=db-cypress.sqlite3 remix dev",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user