From 68c65a945a962653c8026745806ca7030bf6cba6 Mon Sep 17 00:00:00 2001 From: m5r Date: Mon, 27 Jun 2022 02:32:03 +0200 Subject: [PATCH] remove useless files --- start_with_migrations.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 start_with_migrations.sh diff --git a/start_with_migrations.sh b/start_with_migrations.sh deleted file mode 100644 index 42b81ba..0000000 --- a/start_with_migrations.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -set -ex -npx prisma migrate deploy -npm run start