diff --git a/server/package.json b/server/package.json index fd1a169..ddc8bb4 100644 --- a/server/package.json +++ b/server/package.json @@ -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",