add predeploy command

This commit is contained in:
Ryan 2025-04-20 09:19:32 +10:00
parent 12403307c2
commit d70db32ebc

View File

@ -16,6 +16,7 @@
"build": "medusa build",
"seed": "medusa exec ./src/scripts/seed.ts",
"start": "medusa start",
"predeploy": "medusa db:migrate",
"dev": "medusa develop",
"test:integration:http": "TEST_TYPE=integration:http NODE_OPTIONS=--experimental-vm-modules jest --silent=false --runInBand --forceExit",
"test:integration:modules": "TEST_TYPE=integration:modules NODE_OPTIONS=--experimental-vm-modules jest --silent --runInBand --forceExit",